#25B5AE

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

Shades of Light Sea Green #25B5AE

Tints of Light Sea Green #25B5AE

Color information

#25B5AE (or 0x25B5AE) is unknown color: approx Light Sea Green. HEX triplet: 25, B5 and AE. RGB value is (37,181,174). Sum of RGB (Red+Green+Blue) = 37+181+174=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #25B5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B5AE is #DA4A51. Grayscale: #898989. Windows color (decimal): -14305874 or 11449637. OLE color: 11449637.

HSL color Cylindrical-coordinate representation of color #25B5AE: hue angle of 177.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B5AE is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB37181174-
CMYK0.8000.040.29
HSL177.08º66.06%42.75%-
HSV(B)177.08º79.56%70.98%-
XYZ24.9336.545.78-
YUV137.15148.7956.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.44%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=9.44%
G=46.17%
B=44.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371811740.8000.040.29177.0866.0642.75
Hex25B5AE50041Db1422b
Octal45265256120043526110253
Binary10010110110101101011101010000010011101101100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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