#25A8AA

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

Shades of Light Sea Green #25A8AA

Tints of Light Sea Green #25A8AA

Color information

#25A8AA (or 0x25A8AA) is unknown color: approx Light Sea Green. HEX triplet: 25, A8 and AA. RGB value is (37,168,170). Sum of RGB (Red+Green+Blue) = 37+168+170=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #25A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A8AA is #DA5755. Grayscale: #808080. Windows color (decimal): -14309206 or 11184165. OLE color: 11184165.

HSL color Cylindrical-coordinate representation of color #25A8AA: hue angle of 180.9º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A8AA is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37168170-
CMYK0.780.0100.33
HSL180.9º64.25%40.59%-
HSV(B)180.9º78.24%66.67%-
XYZ22.0231.342.91-
YUV129.06151.162.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.87%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=9.87%
G=44.8%
B=45.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371681700.780.0100.33180.964.2540.59
Hex25A8AA4E1021b54029
Octal45250252116104126510051
Binary1001011010100010101010100111010100001101101011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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