Shades of Iris Blue #02C0B5
Tints of Iris Blue #02C0B5
RGB
CMYK
RGB Variations
Color information
#02C0B5 (or 0x02C0B5) is known color: Iris Blue. HEX triplet: 02, C0 and B5. RGB value is (2,192,181). Sum of RGB (Red+Green+Blue) = 2+192+181=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0B5 is #FD3F4A. Grayscale: #858585. Windows color (decimal): -16596811 or 11911170. OLE color: 11911170.
HSL color Cylindrical-coordinate representation of color #02C0B5: hue angle of 176.53º 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 #02C0B5 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 181 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.25 |
| HSL | 176.53º | 0.98% | 0.38% | - |
| HSV(B) | 176.53º | 0.99% | 0.75% | - |
| XYZ | 27.22 | 41.05 | 50.2 | - |
| YUV | 133.94 | 154.55 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 181 | 0.99 | 0 | 0.06 | 0.25 | 176.53 | 0.98 | 0.38 |
| Hex | 2 | C0 | B5 | 63 | 0 | 6 | 19 | B1 | 62 | 26 |
| Octal | 2 | 300 | 265 | 143 | 0 | 6 | 31 | 261 | 142 | 46 |
| Binary | 10 | 11000000 | 10110101 | 1100011 | 0 | 110 | 11001 | 10110001 | 1100010 | 100110 |
Color Harmonies of #02C0B5
Complementary color
Monochromatic Colors of #02C0B5
Black with #02C0B5
Text Example
Text Example
White with #02C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0B5; }
p { color: rgb(2,192,181); }
H1.HeaderClassName
{
color: #02C0B5;
}
.AnyTagClassName
{
color: #02C0B5;
}
</style>
background-color css
<style>
a { background-color: #02C0B5; }
a { background-color: rgb(2,192,181); }
div.DivClassName
{
background-color: #02C0B5;
}
.BgClassName
{
background-color: #02C0B5;
}
</style>
border-color css
<style>
span { border-color: #02C0B5; }
span { border-color: rgb(2,192,181); }
td.TdClassName
{
border-color: #02C0B5;
}
.TagClassName
{
border-color: #02C0B5;
}
</style>