Shades of Light Sea Green #15CBB4
Tints of Light Sea Green #15CBB4
RGB
CMYK
RGB Variations
Color information
#15CBB4 (or 0x15CBB4) is known color: Light Sea Green. HEX triplet: 15, CB and B4. RGB value is (21,203,180). Sum of RGB (Red+Green+Blue) = 21+203+180=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #15CBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CBB4 is #EA344B. Grayscale: #919191. Windows color (decimal): -15348812 or 11848469. OLE color: 11848469.
HSL color Cylindrical-coordinate representation of color #15CBB4: hue angle of 172.42º 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 #15CBB4 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 180 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.20 |
| HSL | 172.42º | 0.81% | 0.44% | - |
| HSV(B) | 172.42º | 0.9% | 0.8% | - |
| XYZ | 29.9 | 46.17 | 50.51 | - |
| YUV | 145.96 | 147.2 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 180 | 0.90 | 0 | 0.11 | 0.20 | 172.42 | 0.81 | 0.44 |
| Hex | 15 | CB | B4 | 5A | 0 | B | 14 | AC | 51 | 2C |
| Octal | 25 | 313 | 264 | 132 | 0 | 13 | 24 | 254 | 121 | 54 |
| Binary | 10101 | 11001011 | 10110100 | 1011010 | 0 | 1011 | 10100 | 10101100 | 1010001 | 101100 |
Color Harmonies of #15CBB4
Complementary color
Monochromatic Colors of #15CBB4
Black with #15CBB4
Text Example
Text Example
White with #15CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBB4; }
p { color: rgb(21,203,180); }
H1.HeaderClassName
{
color: #15CBB4;
}
.AnyTagClassName
{
color: #15CBB4;
}
</style>
background-color css
<style>
a { background-color: #15CBB4; }
a { background-color: rgb(21,203,180); }
div.DivClassName
{
background-color: #15CBB4;
}
.BgClassName
{
background-color: #15CBB4;
}
</style>
border-color css
<style>
span { border-color: #15CBB4; }
span { border-color: rgb(21,203,180); }
td.TdClassName
{
border-color: #15CBB4;
}
.TagClassName
{
border-color: #15CBB4;
}
</style>