Shades of Caribbean Green #0CC5AF
Tints of Caribbean Green #0CC5AF
RGB
CMYK
RGB Variations
Color information
#0CC5AF (or 0x0CC5AF) is known color: Caribbean Green. HEX triplet: 0C, C5 and AF. RGB value is (12,197,175). Sum of RGB (Red+Green+Blue) = 12+197+175=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC5AF is #F33A50. Grayscale: #8B8B8B. Windows color (decimal): -15940177 or 11519244. OLE color: 11519244.
HSL color Cylindrical-coordinate representation of color #0CC5AF: hue angle of 172.86º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC5AF is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 197 | 175 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.23 |
| HSL | 172.86º | 0.89% | 0.41% | - |
| HSV(B) | 172.86º | 0.94% | 0.77% | - |
| XYZ | 27.86 | 43.11 | 47.41 | - |
| YUV | 139.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 197 | 175 | 0.94 | 0 | 0.11 | 0.23 | 172.86 | 0.89 | 0.41 |
| Hex | C | C5 | AF | 5E | 0 | B | 17 | AD | 59 | 29 |
| Octal | 14 | 305 | 257 | 136 | 0 | 13 | 27 | 255 | 131 | 51 |
| Binary | 1100 | 11000101 | 10101111 | 1011110 | 0 | 1011 | 10111 | 10101101 | 1011001 | 101001 |
Color Harmonies of #0CC5AF
Complementary color
Monochromatic Colors of #0CC5AF
Black with #0CC5AF
Text Example
Text Example
White with #0CC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC5AF; }
p { color: rgb(12,197,175); }
H1.HeaderClassName
{
color: #0CC5AF;
}
.AnyTagClassName
{
color: #0CC5AF;
}
</style>
background-color css
<style>
a { background-color: #0CC5AF; }
a { background-color: rgb(12,197,175); }
div.DivClassName
{
background-color: #0CC5AF;
}
.BgClassName
{
background-color: #0CC5AF;
}
</style>
border-color css
<style>
span { border-color: #0CC5AF; }
span { border-color: rgb(12,197,175); }
td.TdClassName
{
border-color: #0CC5AF;
}
.TagClassName
{
border-color: #0CC5AF;
}
</style>