Shades of Light Sea Green #14CDB3
Tints of Light Sea Green #14CDB3
RGB
CMYK
RGB Variations
Color information
#14CDB3 (or 0x14CDB3) is known color: Light Sea Green. HEX triplet: 14, CD and B3. RGB value is (20,205,179). Sum of RGB (Red+Green+Blue) = 20+205+179=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDB3 is #EB324C. Grayscale: #929292. Windows color (decimal): -15413837 or 11783444. OLE color: 11783444.
HSL color Cylindrical-coordinate representation of color #14CDB3: hue angle of 171.57º 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 #14CDB3 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 179 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.20 |
| HSL | 171.57º | 0.82% | 0.44% | - |
| HSV(B) | 171.57º | 0.9% | 0.8% | - |
| XYZ | 30.26 | 47.07 | 50.14 | - |
| YUV | 146.72 | 146.21 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 179 | 0.90 | 0 | 0.13 | 0.20 | 171.57 | 0.82 | 0.44 |
| Hex | 14 | CD | B3 | 5A | 0 | D | 14 | AC | 52 | 2C |
| Octal | 24 | 315 | 263 | 132 | 0 | 15 | 24 | 254 | 122 | 54 |
| Binary | 10100 | 11001101 | 10110011 | 1011010 | 0 | 1101 | 10100 | 10101100 | 1010010 | 101100 |
Color Harmonies of #14CDB3
Complementary color
Monochromatic Colors of #14CDB3
Black with #14CDB3
Text Example
Text Example
White with #14CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDB3; }
p { color: rgb(20,205,179); }
H1.HeaderClassName
{
color: #14CDB3;
}
.AnyTagClassName
{
color: #14CDB3;
}
</style>
background-color css
<style>
a { background-color: #14CDB3; }
a { background-color: rgb(20,205,179); }
div.DivClassName
{
background-color: #14CDB3;
}
.BgClassName
{
background-color: #14CDB3;
}
</style>
border-color css
<style>
span { border-color: #14CDB3; }
span { border-color: rgb(20,205,179); }
td.TdClassName
{
border-color: #14CDB3;
}
.TagClassName
{
border-color: #14CDB3;
}
</style>