Shades of Caribbean Green #14BE9C
Tints of Caribbean Green #14BE9C
RGB
CMYK
RGB Variations
Color information
#14BE9C (or 0x14BE9C) is known color: Caribbean Green. HEX triplet: 14, BE and 9C. RGB value is (20,190,156). Sum of RGB (Red+Green+Blue) = 20+190+156=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BE9C is #EB4163. Grayscale: #878787. Windows color (decimal): -15417700 or 10272276. OLE color: 10272276.
HSL color Cylindrical-coordinate representation of color #14BE9C: hue angle of 168º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BE9C is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 190 | 156 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.25 |
| HSL | 168º | 0.81% | 0.41% | - |
| HSV(B) | 168º | 0.89% | 0.75% | - |
| XYZ | 24.7 | 39.38 | 37.75 | - |
| YUV | 135.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 156 | 0.89 | 0 | 0.18 | 0.25 | 168 | 0.81 | 0.41 |
| Hex | 14 | BE | 9C | 59 | 0 | 12 | 19 | A8 | 51 | 29 |
| Octal | 24 | 276 | 234 | 131 | 0 | 22 | 31 | 250 | 121 | 51 |
| Binary | 10100 | 10111110 | 10011100 | 1011001 | 0 | 10010 | 11001 | 10101000 | 1010001 | 101001 |
Color Harmonies of #14BE9C
Complementary color
Monochromatic Colors of #14BE9C
Black with #14BE9C
Text Example
Text Example
White with #14BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BE9C; }
p { color: rgb(20,190,156); }
H1.HeaderClassName
{
color: #14BE9C;
}
.AnyTagClassName
{
color: #14BE9C;
}
</style>
background-color css
<style>
a { background-color: #14BE9C; }
a { background-color: rgb(20,190,156); }
div.DivClassName
{
background-color: #14BE9C;
}
.BgClassName
{
background-color: #14BE9C;
}
</style>
border-color css
<style>
span { border-color: #14BE9C; }
span { border-color: rgb(20,190,156); }
td.TdClassName
{
border-color: #14BE9C;
}
.TagClassName
{
border-color: #14BE9C;
}
</style>