Shades of Light Sea Green #15CBAC
Tints of Light Sea Green #15CBAC
RGB
CMYK
RGB Variations
Color information
#15CBAC (or 0x15CBAC) is known color: Light Sea Green. HEX triplet: 15, CB and AC. RGB value is (21,203,172). Sum of RGB (Red+Green+Blue) = 21+203+172=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #15CBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CBAC is #EA3453. Grayscale: #909090. Windows color (decimal): -15348820 or 11324181. OLE color: 11324181.
HSL color Cylindrical-coordinate representation of color #15CBAC: hue angle of 169.78º 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 #15CBAC is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 172 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.20 |
| HSL | 169.78º | 0.81% | 0.44% | - |
| HSV(B) | 169.78º | 0.9% | 0.8% | - |
| XYZ | 29.11 | 45.85 | 46.35 | - |
| YUV | 145.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 172 | 0.90 | 0 | 0.15 | 0.20 | 169.78 | 0.81 | 0.44 |
| Hex | 15 | CB | AC | 5A | 0 | F | 14 | AA | 51 | 2C |
| Octal | 25 | 313 | 254 | 132 | 0 | 17 | 24 | 252 | 121 | 54 |
| Binary | 10101 | 11001011 | 10101100 | 1011010 | 0 | 1111 | 10100 | 10101010 | 1010001 | 101100 |
Color Harmonies of #15CBAC
Complementary color
Monochromatic Colors of #15CBAC
Black with #15CBAC
Text Example
Text Example
White with #15CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBAC; }
p { color: rgb(21,203,172); }
H1.HeaderClassName
{
color: #15CBAC;
}
.AnyTagClassName
{
color: #15CBAC;
}
</style>
background-color css
<style>
a { background-color: #15CBAC; }
a { background-color: rgb(21,203,172); }
div.DivClassName
{
background-color: #15CBAC;
}
.BgClassName
{
background-color: #15CBAC;
}
</style>
border-color css
<style>
span { border-color: #15CBAC; }
span { border-color: rgb(21,203,172); }
td.TdClassName
{
border-color: #15CBAC;
}
.TagClassName
{
border-color: #15CBAC;
}
</style>