Shades of Light Sea Green #14CCB2
Tints of Light Sea Green #14CCB2
RGB
CMYK
RGB Variations
Color information
#14CCB2 (or 0x14CCB2) is known color: Light Sea Green. HEX triplet: 14, CC and B2. RGB value is (20,204,178). Sum of RGB (Red+Green+Blue) = 20+204+178=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CCB2 is #EB334D. Grayscale: #919191. Windows color (decimal): -15414094 or 11717652. OLE color: 11717652.
HSL color Cylindrical-coordinate representation of color #14CCB2: hue angle of 171.52º degrees, saturation: 0.82, 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 #14CCB2 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 178 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.2 |
| HSL | 171.52º | 0.82% | 0.44% | - |
| HSV(B) | 171.52º | 0.9% | 0.8% | - |
| XYZ | 29.92 | 46.55 | 49.53 | - |
| YUV | 146.02 | 146.04 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 178 | 0.90 | 0 | 0.13 | 0.2 | 171.52 | 0.82 | 0.44 |
| Hex | 14 | CC | B2 | 5A | 0 | D | 14 | AC | 52 | 2C |
| Octal | 24 | 314 | 262 | 132 | 0 | 15 | 24 | 254 | 122 | 54 |
| Binary | 10100 | 11001100 | 10110010 | 1011010 | 0 | 1101 | 10100 | 10101100 | 1010010 | 101100 |
Color Harmonies of #14CCB2
Complementary color
Monochromatic Colors of #14CCB2
Black with #14CCB2
Text Example
Text Example
White with #14CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCB2; }
p { color: rgb(20,204,178); }
H1.HeaderClassName
{
color: #14CCB2;
}
.AnyTagClassName
{
color: #14CCB2;
}
</style>
background-color css
<style>
a { background-color: #14CCB2; }
a { background-color: rgb(20,204,178); }
div.DivClassName
{
background-color: #14CCB2;
}
.BgClassName
{
background-color: #14CCB2;
}
</style>
border-color css
<style>
span { border-color: #14CCB2; }
span { border-color: rgb(20,204,178); }
td.TdClassName
{
border-color: #14CCB2;
}
.TagClassName
{
border-color: #14CCB2;
}
</style>