#25AE9E

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

Shades of Light Sea Green #25AE9E

Tints of Light Sea Green #25AE9E

Color information

#25AE9E (or 0x25AE9E) is unknown color: approx Light Sea Green. HEX triplet: 25, AE and 9E. RGB value is (37,174,158). Sum of RGB (Red+Green+Blue) = 37+174+158=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AE9E is #DA5161. Grayscale: #838383. Windows color (decimal): -14307682 or 10399269. OLE color: 10399269.

HSL color Cylindrical-coordinate representation of color #25AE9E: hue angle of 172.99º 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 #25AE9E is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB37174158-
CMYK0.7900.090.32
HSL172.99º64.93%41.37%-
HSV(B)172.99º78.74%68.24%-
XYZ22.0733.1337.58-
YUV131.21143.1160.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=10.03%
G=47.15%
B=42.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371741580.7900.090.32172.9964.9341.37
Hex25AE9E4F0920ad4129
Octal452562361170114025510151
Binary1001011010111010011110100111101001100000101011011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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