Shades of Robin's Egg Blue #02C1BE
Tints of Robin's Egg Blue #02C1BE
RGB
CMYK
RGB Variations
Color information
#02C1BE (or 0x02C1BE) is known color: Robin's Egg Blue. HEX triplet: 02, C1 and BE. RGB value is (2,193,190). Sum of RGB (Red+Green+Blue) = 2+193+190=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #02C1BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C1BE is #FD3E41. Grayscale: #878787. Windows color (decimal): -16596546 or 12501250. OLE color: 12501250.
HSL color Cylindrical-coordinate representation of color #02C1BE: hue angle of 179.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C1BE is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 190 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.24 |
| HSL | 179.06º | 0.98% | 0.38% | - |
| HSV(B) | 179.06º | 0.99% | 0.76% | - |
| XYZ | 28.39 | 41.87 | 55.3 | - |
| YUV | 135.55 | 158.72 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 190 | 0.99 | 0 | 0.02 | 0.24 | 179.06 | 0.98 | 0.38 |
| Hex | 2 | C1 | BE | 63 | 0 | 2 | 18 | B3 | 62 | 26 |
| Octal | 2 | 301 | 276 | 143 | 0 | 2 | 30 | 263 | 142 | 46 |
| Binary | 10 | 11000001 | 10111110 | 1100011 | 0 | 10 | 11000 | 10110011 | 1100010 | 100110 |
Color Harmonies of #02C1BE
Complementary color
Monochromatic Colors of #02C1BE
Black with #02C1BE
Text Example
Text Example
White with #02C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C1BE; }
p { color: rgb(2,193,190); }
H1.HeaderClassName
{
color: #02C1BE;
}
.AnyTagClassName
{
color: #02C1BE;
}
</style>
background-color css
<style>
a { background-color: #02C1BE; }
a { background-color: rgb(2,193,190); }
div.DivClassName
{
background-color: #02C1BE;
}
.BgClassName
{
background-color: #02C1BE;
}
</style>
border-color css
<style>
span { border-color: #02C1BE; }
span { border-color: rgb(2,193,190); }
td.TdClassName
{
border-color: #02C1BE;
}
.TagClassName
{
border-color: #02C1BE;
}
</style>