Shades of Light Sea Green #25CDB1
Tints of Light Sea Green #25CDB1
RGB
CMYK
RGB Variations
Color information
#25CDB1 (or 0x25CDB1) is known color: Light Sea Green. HEX triplet: 25, CD and B1. RGB value is (37,205,177). Sum of RGB (Red+Green+Blue) = 37+205+177=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #25CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CDB1 is #DA324E. Grayscale: #979797. Windows color (decimal): -14299727 or 11652389. OLE color: 11652389.
HSL color Cylindrical-coordinate representation of color #25CDB1: hue angle of 170º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CDB1 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 205 | 177 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.20 |
| HSL | 170º | 0.69% | 0.47% | - |
| HSV(B) | 170º | 0.82% | 0.8% | - |
| XYZ | 30.53 | 47.23 | 49.1 | - |
| YUV | 151.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 177 | 0.82 | 0 | 0.14 | 0.20 | 170 | 0.69 | 0.47 |
| Hex | 25 | CD | B1 | 52 | 0 | E | 14 | AA | 45 | 2F |
| Octal | 45 | 315 | 261 | 122 | 0 | 16 | 24 | 252 | 105 | 57 |
| Binary | 100101 | 11001101 | 10110001 | 1010010 | 0 | 1110 | 10100 | 10101010 | 1000101 | 101111 |
Color Harmonies of #25CDB1
Complementary color
Monochromatic Colors of #25CDB1
Black with #25CDB1
Text Example
Text Example
White with #25CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDB1; }
p { color: rgb(37,205,177); }
H1.HeaderClassName
{
color: #25CDB1;
}
.AnyTagClassName
{
color: #25CDB1;
}
</style>
background-color css
<style>
a { background-color: #25CDB1; }
a { background-color: rgb(37,205,177); }
div.DivClassName
{
background-color: #25CDB1;
}
.BgClassName
{
background-color: #25CDB1;
}
</style>
border-color css
<style>
span { border-color: #25CDB1; }
span { border-color: rgb(37,205,177); }
td.TdClassName
{
border-color: #25CDB1;
}
.TagClassName
{
border-color: #25CDB1;
}
</style>