Shades of Caribbean Green #13CFAF
Tints of Caribbean Green #13CFAF
RGB
CMYK
RGB Variations
Color information
#13CFAF (or 0x13CFAF) is known color: Caribbean Green. HEX triplet: 13, CF and AF. RGB value is (19,207,175). Sum of RGB (Red+Green+Blue) = 19+207+175=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CFAF is #EC3050. Grayscale: #939393. Windows color (decimal): -15478865 or 11521811. OLE color: 11521811.
HSL color Cylindrical-coordinate representation of color #13CFAF: hue angle of 169.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CFAF is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 175 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.19 |
| HSL | 169.79º | 0.83% | 0.44% | - |
| HSV(B) | 169.79º | 0.91% | 0.81% | - |
| XYZ | 30.32 | 47.86 | 48.2 | - |
| YUV | 147.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 175 | 0.91 | 0 | 0.15 | 0.19 | 169.79 | 0.83 | 0.44 |
| Hex | 13 | CF | AF | 5B | 0 | F | 13 | AA | 53 | 2C |
| Octal | 23 | 317 | 257 | 133 | 0 | 17 | 23 | 252 | 123 | 54 |
| Binary | 10011 | 11001111 | 10101111 | 1011011 | 0 | 1111 | 10011 | 10101010 | 1010011 | 101100 |
Color Harmonies of #13CFAF
Complementary color
Monochromatic Colors of #13CFAF
Black with #13CFAF
Text Example
Text Example
White with #13CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFAF; }
p { color: rgb(19,207,175); }
H1.HeaderClassName
{
color: #13CFAF;
}
.AnyTagClassName
{
color: #13CFAF;
}
</style>
background-color css
<style>
a { background-color: #13CFAF; }
a { background-color: rgb(19,207,175); }
div.DivClassName
{
background-color: #13CFAF;
}
.BgClassName
{
background-color: #13CFAF;
}
</style>
border-color css
<style>
span { border-color: #13CFAF; }
span { border-color: rgb(19,207,175); }
td.TdClassName
{
border-color: #13CFAF;
}
.TagClassName
{
border-color: #13CFAF;
}
</style>