Shades of Caribbean Green #0CCFAA
Tints of Caribbean Green #0CCFAA
RGB
CMYK
RGB Variations
Color information
#0CCFAA (or 0x0CCFAA) is known color: Caribbean Green. HEX triplet: 0C, CF and AA. RGB value is (12,207,170). Sum of RGB (Red+Green+Blue) = 12+207+170=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCFAA is #F33055. Grayscale: #909090. Windows color (decimal): -15937622 or 11194124. OLE color: 11194124.
HSL color Cylindrical-coordinate representation of color #0CCFAA: hue angle of 168.62º 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 #0CCFAA is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 170 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.19 |
| HSL | 168.62º | 0.89% | 0.43% | - |
| HSV(B) | 168.62º | 0.94% | 0.81% | - |
| XYZ | 29.72 | 47.61 | 45.65 | - |
| YUV | 144.48 | 142.4 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 170 | 0.94 | 0 | 0.18 | 0.19 | 168.62 | 0.89 | 0.43 |
| Hex | C | CF | AA | 5E | 0 | 12 | 13 | A9 | 59 | 2B |
| Octal | 14 | 317 | 252 | 136 | 0 | 22 | 23 | 251 | 131 | 53 |
| Binary | 1100 | 11001111 | 10101010 | 1011110 | 0 | 10010 | 10011 | 10101001 | 1011001 | 101011 |
Color Harmonies of #0CCFAA
Complementary color
Monochromatic Colors of #0CCFAA
Black with #0CCFAA
Text Example
Text Example
White with #0CCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFAA; }
p { color: rgb(12,207,170); }
H1.HeaderClassName
{
color: #0CCFAA;
}
.AnyTagClassName
{
color: #0CCFAA;
}
</style>
background-color css
<style>
a { background-color: #0CCFAA; }
a { background-color: rgb(12,207,170); }
div.DivClassName
{
background-color: #0CCFAA;
}
.BgClassName
{
background-color: #0CCFAA;
}
</style>
border-color css
<style>
span { border-color: #0CCFAA; }
span { border-color: rgb(12,207,170); }
td.TdClassName
{
border-color: #0CCFAA;
}
.TagClassName
{
border-color: #0CCFAA;
}
</style>