Shades of Iris Blue #02C0C0
Tints of Iris Blue #02C0C0
RGB
CMYK
RGB Variations
Color information
#02C0C0 (or 0x02C0C0) is known color: Iris Blue. HEX triplet: 02, C0 and C0. RGB value is (2,192,192). Sum of RGB (Red+Green+Blue) = 2+192+192=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #02C0C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0C0 is #FD3F3F. Grayscale: #878787. Windows color (decimal): -16596800 or 12632066. OLE color: 12632066.
HSL color Cylindrical-coordinate representation of color #02C0C0: hue angle of 180º 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 #02C0C0 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 192 | - |
| CMYK | 0.99 | 0 | 0 | 0.25 |
| HSL | 180º | 0.98% | 0.38% | - |
| HSV(B) | 180º | 0.99% | 0.75% | - |
| XYZ | 28.39 | 41.52 | 56.39 | - |
| YUV | 135.19 | 160.05 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 192 | 0.99 | 0 | 0 | 0.25 | 180 | 0.98 | 0.38 |
| Hex | 2 | C0 | C0 | 63 | 0 | 0 | 19 | B4 | 62 | 26 |
| Octal | 2 | 300 | 300 | 143 | 0 | 0 | 31 | 264 | 142 | 46 |
| Binary | 10 | 11000000 | 11000000 | 1100011 | 0 | 0 | 11001 | 10110100 | 1100010 | 100110 |
Color Harmonies of #02C0C0
Complementary color
Monochromatic Colors of #02C0C0
Black with #02C0C0
Text Example
Text Example
White with #02C0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0C0; }
p { color: rgb(2,192,192); }
H1.HeaderClassName
{
color: #02C0C0;
}
.AnyTagClassName
{
color: #02C0C0;
}
</style>
background-color css
<style>
a { background-color: #02C0C0; }
a { background-color: rgb(2,192,192); }
div.DivClassName
{
background-color: #02C0C0;
}
.BgClassName
{
background-color: #02C0C0;
}
</style>
border-color css
<style>
span { border-color: #02C0C0; }
span { border-color: rgb(2,192,192); }
td.TdClassName
{
border-color: #02C0C0;
}
.TagClassName
{
border-color: #02C0C0;
}
</style>