#25AFA8

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

Shades of Light Sea Green #25AFA8

Tints of Light Sea Green #25AFA8

Color information

#25AFA8 (or 0x25AFA8) is unknown color: approx Light Sea Green. HEX triplet: 25, AF and A8. RGB value is (37,175,168). Sum of RGB (Red+Green+Blue) = 37+175+168=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #25AFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AFA8 is #DA5057. Grayscale: #848484. Windows color (decimal): -14307416 or 11054885. OLE color: 11054885.

HSL color Cylindrical-coordinate representation of color #25AFA8: hue angle of 176.96º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AFA8 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB37175168-
CMYK0.7900.040.31
HSL176.96º65.09%41.57%-
HSV(B)176.96º78.86%68.63%-
XYZ23.1633.8842.36-
YUV132.94147.7859.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.74%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 168 (66.02% from 255) = 44.21%
R=9.74%
G=46.05%
B=44.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371751680.7900.040.31176.9665.0941.57
Hex25AFA84F041Fb1412a
Octal45257250117043726110152
Binary10010110101111101010001001111010011111101100011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,175,168); }

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

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

 a { background-color: rgb(37,175,168); }

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

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

 span { border-color: rgb(37,175,168); }

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