#25AAA7

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

Shades of Light Sea Green #25AAA7

Tints of Light Sea Green #25AAA7

Color information

#25AAA7 (or 0x25AAA7) is unknown color: approx Light Sea Green. HEX triplet: 25, AA and A7. RGB value is (37,170,167). Sum of RGB (Red+Green+Blue) = 37+170+167=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #25AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AAA7 is #DA5558. Grayscale: #818181. Windows color (decimal): -14308697 or 10988069. OLE color: 10988069.

HSL color Cylindrical-coordinate representation of color #25AAA7: hue angle of 178.65º 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 #25AAA7 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB37170167-
CMYK0.7800.020.33
HSL178.65º64.25%40.59%-
HSV(B)178.65º78.24%66.67%-
XYZ22.1131.9341.56-
YUV129.89148.9461.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.89%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=9.89%
G=45.45%
B=44.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371701670.7800.020.33178.6564.2540.59
Hex25AAA74E0221b34029
Octal45252247116024126310051
Binary10010110101010101001111001110010100001101100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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