#25AEA0

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

Shades of Light Sea Green #25AEA0

Tints of Light Sea Green #25AEA0

Color information

#25AEA0 (or 0x25AEA0) is unknown color: approx Light Sea Green. HEX triplet: 25, AE and A0. RGB value is (37,174,160). Sum of RGB (Red+Green+Blue) = 37+174+160=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #25AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AEA0 is #DA515F. Grayscale: #838383. Windows color (decimal): -14307680 or 10530341. OLE color: 10530341.

HSL color Cylindrical-coordinate representation of color #25AEA0: hue angle of 173.87º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AEA0 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB37174160-
CMYK0.7900.080.32
HSL173.87º64.93%41.37%-
HSV(B)173.87º78.74%68.24%-
XYZ22.2433.238.49-
YUV131.44144.1160.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.97%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=9.97%
G=46.90%
B=43.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371741600.7900.080.32173.8764.9341.37
Hex25AEA04F0820ae4129
Octal452562401170104025610151
Binary1001011010111010100000100111101000100000101011101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,174,160); }

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

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

 a { background-color: rgb(37,174,160); }

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

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

 span { border-color: rgb(37,174,160); }

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