Shades of Light Sea Green #25BCAE
Tints of Light Sea Green #25BCAE
RGB
CMYK
RGB Variations
Color information
#25BCAE (or 0x25BCAE) is known color: Light Sea Green. HEX triplet: 25, BC and AE. RGB value is (37,188,174). Sum of RGB (Red+Green+Blue) = 37+188+174=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #25BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BCAE is #DA4351. Grayscale: #8D8D8D. Windows color (decimal): -14304082 or 11451429. OLE color: 11451429.
HSL color Cylindrical-coordinate representation of color #25BCAE: hue angle of 174.44º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BCAE is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 174 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.26 |
| HSL | 174.44º | 0.67% | 0.44% | - |
| HSV(B) | 174.44º | 0.8% | 0.74% | - |
| XYZ | 26.39 | 39.42 | 46.26 | - |
| YUV | 141.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 174 | 0.80 | 0 | 0.07 | 0.26 | 174.44 | 0.67 | 0.44 |
| Hex | 25 | BC | AE | 50 | 0 | 7 | 1A | AE | 43 | 2C |
| Octal | 45 | 274 | 256 | 120 | 0 | 7 | 32 | 256 | 103 | 54 |
| Binary | 100101 | 10111100 | 10101110 | 1010000 | 0 | 111 | 11010 | 10101110 | 1000011 | 101100 |
Color Harmonies of #25BCAE
Complementary color
Monochromatic Colors of #25BCAE
Black with #25BCAE
Text Example
Text Example
White with #25BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCAE; }
p { color: rgb(37,188,174); }
H1.HeaderClassName
{
color: #25BCAE;
}
.AnyTagClassName
{
color: #25BCAE;
}
</style>
background-color css
<style>
a { background-color: #25BCAE; }
a { background-color: rgb(37,188,174); }
div.DivClassName
{
background-color: #25BCAE;
}
.BgClassName
{
background-color: #25BCAE;
}
</style>
border-color css
<style>
span { border-color: #25BCAE; }
span { border-color: rgb(37,188,174); }
td.TdClassName
{
border-color: #25BCAE;
}
.TagClassName
{
border-color: #25BCAE;
}
</style>