Shades of Iris Blue #0CBABA
Tints of Iris Blue #0CBABA
RGB
CMYK
RGB Variations
Color information
#0CBABA (or 0x0CBABA) is known color: Iris Blue. HEX triplet: 0C, BA and BA. RGB value is (12,186,186). Sum of RGB (Red+Green+Blue) = 12+186+186=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #0CBABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBABA is #F34545. Grayscale: #858585. Windows color (decimal): -15942982 or 12237324. OLE color: 12237324.
HSL color Cylindrical-coordinate representation of color #0CBABA: hue angle of 180º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBABA is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 186 | - |
| CMYK | 0.94 | 0 | 0 | 0.27 |
| HSL | 180º | 0.88% | 0.39% | - |
| HSV(B) | 180º | 0.94% | 0.73% | - |
| XYZ | 26.57 | 38.74 | 52.53 | - |
| YUV | 133.97 | 157.35 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 186 | 0.94 | 0 | 0 | 0.27 | 180 | 0.88 | 0.39 |
| Hex | C | BA | BA | 5E | 0 | 0 | 1B | B4 | 58 | 27 |
| Octal | 14 | 272 | 272 | 136 | 0 | 0 | 33 | 264 | 130 | 47 |
| Binary | 1100 | 10111010 | 10111010 | 1011110 | 0 | 0 | 11011 | 10110100 | 1011000 | 100111 |
Color Harmonies of #0CBABA
Complementary color
Monochromatic Colors of #0CBABA
Black with #0CBABA
Text Example
Text Example
White with #0CBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBABA; }
p { color: rgb(12,186,186); }
H1.HeaderClassName
{
color: #0CBABA;
}
.AnyTagClassName
{
color: #0CBABA;
}
</style>
background-color css
<style>
a { background-color: #0CBABA; }
a { background-color: rgb(12,186,186); }
div.DivClassName
{
background-color: #0CBABA;
}
.BgClassName
{
background-color: #0CBABA;
}
</style>
border-color css
<style>
span { border-color: #0CBABA; }
span { border-color: rgb(12,186,186); }
td.TdClassName
{
border-color: #0CBABA;
}
.TagClassName
{
border-color: #0CBABA;
}
</style>