Shades of Caribbean Green #0CCFAF
Tints of Caribbean Green #0CCFAF
RGB
CMYK
RGB Variations
Color information
#0CCFAF (or 0x0CCFAF) is known color: Caribbean Green. HEX triplet: 0C, CF and AF. RGB value is (12,207,175). Sum of RGB (Red+Green+Blue) = 12+207+175=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCFAF is #F33050. Grayscale: #909090. Windows color (decimal): -15937617 or 11521804. OLE color: 11521804.
HSL color Cylindrical-coordinate representation of color #0CCFAF: hue angle of 170.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFAF is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 175 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.19 |
| HSL | 170.15º | 0.89% | 0.43% | - |
| HSV(B) | 170.15º | 0.94% | 0.81% | - |
| XYZ | 30.2 | 47.8 | 48.19 | - |
| YUV | 145.05 | 144.9 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 175 | 0.94 | 0 | 0.15 | 0.19 | 170.15 | 0.89 | 0.43 |
| Hex | C | CF | AF | 5E | 0 | F | 13 | AA | 59 | 2B |
| Octal | 14 | 317 | 257 | 136 | 0 | 17 | 23 | 252 | 131 | 53 |
| Binary | 1100 | 11001111 | 10101111 | 1011110 | 0 | 1111 | 10011 | 10101010 | 1011001 | 101011 |
Color Harmonies of #0CCFAF
Complementary color
Monochromatic Colors of #0CCFAF
Black with #0CCFAF
Text Example
Text Example
White with #0CCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFAF; }
p { color: rgb(12,207,175); }
H1.HeaderClassName
{
color: #0CCFAF;
}
.AnyTagClassName
{
color: #0CCFAF;
}
</style>
background-color css
<style>
a { background-color: #0CCFAF; }
a { background-color: rgb(12,207,175); }
div.DivClassName
{
background-color: #0CCFAF;
}
.BgClassName
{
background-color: #0CCFAF;
}
</style>
border-color css
<style>
span { border-color: #0CCFAF; }
span { border-color: rgb(12,207,175); }
td.TdClassName
{
border-color: #0CCFAF;
}
.TagClassName
{
border-color: #0CCFAF;
}
</style>