Shades of Light Sea Green #25AEB5
Tints of Light Sea Green #25AEB5
RGB
CMYK
RGB Variations
Color information
#25AEB5 (or 0x25AEB5) is known color: Light Sea Green. HEX triplet: 25, AE and B5. RGB value is (37,174,181). Sum of RGB (Red+Green+Blue) = 37+174+181=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #25AEB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AEB5 is #DA514A. Grayscale: #858585. Windows color (decimal): -14307659 or 11906597. OLE color: 11906597.
HSL color Cylindrical-coordinate representation of color #25AEB5: hue angle of 182.92º 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 #25AEB5 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 37 | 174 | 181 | - |
CMYK | 0.80 | 0.04 | 0 | 0.29 |
HSL | 182.92º | 0.66% | 0.43% | - |
HSV(B) | 182.92º | 0.8% | 0.71% | - |
XYZ | 24.24 | 34 | 49 | - |
YUV | 133.84 | 154.61 | 58.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 174 | 181 | 0.80 | 0.04 | 0 | 0.29 | 182.92 | 0.66 | 0.43 |
Hex | 25 | AE | B5 | 50 | 4 | 0 | 1D | B7 | 42 | 2B |
Octal | 45 | 256 | 265 | 120 | 4 | 0 | 35 | 267 | 102 | 53 |
Binary | 100101 | 10101110 | 10110101 | 1010000 | 100 | 0 | 11101 | 10110111 | 1000010 | 101011 |
Color Harmonies of #25AEB5
Complementary color
Monochromatic Colors of #25AEB5
Black with #25AEB5
Text Example
Text Example
White with #25AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AEB5; }
p { color: rgb(37,174,181); }
H1.HeaderClassName
{
color: #25AEB5;
}
.AnyTagClassName
{
color: #25AEB5;
}
</style>
background-color css
<style>
a { background-color: #25AEB5; }
a { background-color: rgb(37,174,181); }
div.DivClassName
{
background-color: #25AEB5;
}
.BgClassName
{
background-color: #25AEB5;
}
</style>
border-color css
<style>
span { border-color: #25AEB5; }
span { border-color: rgb(37,174,181); }
td.TdClassName
{
border-color: #25AEB5;
}
.TagClassName
{
border-color: #25AEB5;
}
</style>