Shades of Iris Blue #02C0B6
Tints of Iris Blue #02C0B6
RGB
CMYK
RGB Variations
Color information
#02C0B6 (or 0x02C0B6) is known color: Iris Blue. HEX triplet: 02, C0 and B6. RGB value is (2,192,182). Sum of RGB (Red+Green+Blue) = 2+192+182=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0B6 is #FD3F49. Grayscale: #858585. Windows color (decimal): -16596810 or 11976706. OLE color: 11976706.
HSL color Cylindrical-coordinate representation of color #02C0B6: hue angle of 176.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0B6 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 182 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.25 |
| HSL | 176.84º | 0.98% | 0.38% | - |
| HSV(B) | 176.84º | 0.99% | 0.75% | - |
| XYZ | 27.32 | 41.09 | 50.75 | - |
| YUV | 134.05 | 155.05 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 182 | 0.99 | 0 | 0.05 | 0.25 | 176.84 | 0.98 | 0.38 |
| Hex | 2 | C0 | B6 | 63 | 0 | 5 | 19 | B1 | 62 | 26 |
| Octal | 2 | 300 | 266 | 143 | 0 | 5 | 31 | 261 | 142 | 46 |
| Binary | 10 | 11000000 | 10110110 | 1100011 | 0 | 101 | 11001 | 10110001 | 1100010 | 100110 |
Color Harmonies of #02C0B6
Complementary color
Monochromatic Colors of #02C0B6
Black with #02C0B6
Text Example
Text Example
White with #02C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0B6; }
p { color: rgb(2,192,182); }
H1.HeaderClassName
{
color: #02C0B6;
}
.AnyTagClassName
{
color: #02C0B6;
}
</style>
background-color css
<style>
a { background-color: #02C0B6; }
a { background-color: rgb(2,192,182); }
div.DivClassName
{
background-color: #02C0B6;
}
.BgClassName
{
background-color: #02C0B6;
}
</style>
border-color css
<style>
span { border-color: #02C0B6; }
span { border-color: rgb(2,192,182); }
td.TdClassName
{
border-color: #02C0B6;
}
.TagClassName
{
border-color: #02C0B6;
}
</style>