#25A4A7

Color #25A4A7 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #25A4A7

Tints of Light Sea Green #25A4A7

Color information

#25A4A7 (or 0x25A4A7) is unknown color: approx Light Sea Green. HEX triplet: 25, A4 and A7. RGB value is (37,164,167). Sum of RGB (Red+Green+Blue) = 37+164+167=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #25A4A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A4A7 is #DA5B58. Grayscale: #7E7E7E. Windows color (decimal): -14310233 or 10986533. OLE color: 10986533.

HSL color Cylindrical-coordinate representation of color #25A4A7: hue angle of 181.38º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A4A7 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB37164167-
CMYK0.780.0200.35
HSL181.38º63.73%40%-
HSV(B)181.38º77.84%65.49%-
XYZ21.0129.7341.19-
YUV126.37150.9264.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 10.05%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=10.05%
G=44.57%
B=45.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371641670.780.0200.35181.3863.7340
Hex25A4A74E2023b54028
Octal45244247116204326510050
Binary10010110100100101001111001110100100011101101011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A4A7; }

 p { color: rgb(37,164,167); }

 H1.HeaderClassName
 {
   color: #25A4A7;
 }
 .AnyTagClassName
 {
   color: #25A4A7;
 }
</style>
background-color css

<style>
 a { background-color: #25A4A7; }

 a { background-color: rgb(37,164,167); }

 div.DivClassName
 {
   background-color: #25A4A7;
 }
 .BgClassName
 {
   background-color: #25A4A7;
 }
</style>
border-color css

<style>
 span { border-color: #25A4A7; }

 span { border-color: rgb(37,164,167); }

 td.TdClassName
 {
   border-color: #25A4A7;
 }
 .TagClassName
 {
   border-color: #25A4A7;
 }
</style>