Shades of Caribbean Green #14CF98
Tints of Caribbean Green #14CF98
RGB
CMYK
RGB Variations
Color information
#14CF98 (or 0x14CF98) is known color: Caribbean Green. HEX triplet: 14, CF and 98. RGB value is (20,207,152). Sum of RGB (Red+Green+Blue) = 20+207+152=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CF98 is #EB3067. Grayscale: #909090. Windows color (decimal): -15413352 or 10014484. OLE color: 10014484.
HSL color Cylindrical-coordinate representation of color #14CF98: hue angle of 162.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF98 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 152 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.19 |
| HSL | 162.35º | 0.82% | 0.45% | - |
| HSV(B) | 162.35º | 0.9% | 0.81% | - |
| XYZ | 28.27 | 47.04 | 37.3 | - |
| YUV | 144.82 | 132.05 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 152 | 0.90 | 0 | 0.27 | 0.19 | 162.35 | 0.82 | 0.45 |
| Hex | 14 | CF | 98 | 5A | 0 | 1B | 13 | A2 | 52 | 2D |
| Octal | 24 | 317 | 230 | 132 | 0 | 33 | 23 | 242 | 122 | 55 |
| Binary | 10100 | 11001111 | 10011000 | 1011010 | 0 | 11011 | 10011 | 10100010 | 1010010 | 101101 |
Color Harmonies of #14CF98
Complementary color
Monochromatic Colors of #14CF98
Black with #14CF98
Text Example
Text Example
White with #14CF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF98; }
p { color: rgb(20,207,152); }
H1.HeaderClassName
{
color: #14CF98;
}
.AnyTagClassName
{
color: #14CF98;
}
</style>
background-color css
<style>
a { background-color: #14CF98; }
a { background-color: rgb(20,207,152); }
div.DivClassName
{
background-color: #14CF98;
}
.BgClassName
{
background-color: #14CF98;
}
</style>
border-color css
<style>
span { border-color: #14CF98; }
span { border-color: rgb(20,207,152); }
td.TdClassName
{
border-color: #14CF98;
}
.TagClassName
{
border-color: #14CF98;
}
</style>