Shades of Iris Blue #0CC0BB
Tints of Iris Blue #0CC0BB
RGB
CMYK
RGB Variations
Color information
#0CC0BB (or 0x0CC0BB) is known color: Iris Blue. HEX triplet: 0C, C0 and BB. RGB value is (12,192,187). Sum of RGB (Red+Green+Blue) = 12+192+187=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC0BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC0BB is #F33F44. Grayscale: #898989. Windows color (decimal): -15941445 or 12304396. OLE color: 12304396.
HSL color Cylindrical-coordinate representation of color #0CC0BB: hue angle of 178.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC0BB is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 187 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.25 |
| HSL | 178.33º | 0.88% | 0.4% | - |
| HSV(B) | 178.33º | 0.94% | 0.75% | - |
| XYZ | 27.97 | 41.37 | 53.52 | - |
| YUV | 137.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 187 | 0.94 | 0 | 0.03 | 0.25 | 178.33 | 0.88 | 0.4 |
| Hex | C | C0 | BB | 5E | 0 | 3 | 19 | B2 | 58 | 28 |
| Octal | 14 | 300 | 273 | 136 | 0 | 3 | 31 | 262 | 130 | 50 |
| Binary | 1100 | 11000000 | 10111011 | 1011110 | 0 | 11 | 11001 | 10110010 | 1011000 | 101000 |
Color Harmonies of #0CC0BB
Complementary color
Monochromatic Colors of #0CC0BB
Black with #0CC0BB
Text Example
Text Example
White with #0CC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC0BB; }
p { color: rgb(12,192,187); }
H1.HeaderClassName
{
color: #0CC0BB;
}
.AnyTagClassName
{
color: #0CC0BB;
}
</style>
background-color css
<style>
a { background-color: #0CC0BB; }
a { background-color: rgb(12,192,187); }
div.DivClassName
{
background-color: #0CC0BB;
}
.BgClassName
{
background-color: #0CC0BB;
}
</style>
border-color css
<style>
span { border-color: #0CC0BB; }
span { border-color: rgb(12,192,187); }
td.TdClassName
{
border-color: #0CC0BB;
}
.TagClassName
{
border-color: #0CC0BB;
}
</style>