Shades of Light Sea Green #15CDB4
Tints of Light Sea Green #15CDB4
RGB
CMYK
RGB Variations
Color information
#15CDB4 (or 0x15CDB4) is known color: Light Sea Green. HEX triplet: 15, CD and B4. RGB value is (21,205,180). Sum of RGB (Red+Green+Blue) = 21+205+180=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #15CDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CDB4 is #EA324B. Grayscale: #939393. Windows color (decimal): -15348300 or 11848981. OLE color: 11848981.
HSL color Cylindrical-coordinate representation of color #15CDB4: hue angle of 171.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CDB4 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 180 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.20 |
| HSL | 171.85º | 0.81% | 0.44% | - |
| HSV(B) | 171.85º | 0.9% | 0.8% | - |
| XYZ | 30.38 | 47.12 | 50.67 | - |
| YUV | 147.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 180 | 0.90 | 0 | 0.12 | 0.20 | 171.85 | 0.81 | 0.44 |
| Hex | 15 | CD | B4 | 5A | 0 | C | 14 | AC | 51 | 2C |
| Octal | 25 | 315 | 264 | 132 | 0 | 14 | 24 | 254 | 121 | 54 |
| Binary | 10101 | 11001101 | 10110100 | 1011010 | 0 | 1100 | 10100 | 10101100 | 1010001 | 101100 |
Color Harmonies of #15CDB4
Complementary color
Monochromatic Colors of #15CDB4
Black with #15CDB4
Text Example
Text Example
White with #15CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDB4; }
p { color: rgb(21,205,180); }
H1.HeaderClassName
{
color: #15CDB4;
}
.AnyTagClassName
{
color: #15CDB4;
}
</style>
background-color css
<style>
a { background-color: #15CDB4; }
a { background-color: rgb(21,205,180); }
div.DivClassName
{
background-color: #15CDB4;
}
.BgClassName
{
background-color: #15CDB4;
}
</style>
border-color css
<style>
span { border-color: #15CDB4; }
span { border-color: rgb(21,205,180); }
td.TdClassName
{
border-color: #15CDB4;
}
.TagClassName
{
border-color: #15CDB4;
}
</style>