Shades of Robin's Egg Blue #08C2BA
Tints of Robin's Egg Blue #08C2BA
RGB
CMYK
RGB Variations
Color information
#08C2BA (or 0x08C2BA) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and BA. RGB value is (8,194,186). Sum of RGB (Red+Green+Blue) = 8+194+186=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #08C2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2BA is #F73D45. Grayscale: #898989. Windows color (decimal): -16203078 or 12239368. OLE color: 12239368.
HSL color Cylindrical-coordinate representation of color #08C2BA: hue angle of 177.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C2BA is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 186 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.24 |
| HSL | 177.42º | 0.92% | 0.4% | - |
| HSV(B) | 177.42º | 0.96% | 0.76% | - |
| XYZ | 28.25 | 42.18 | 53.11 | - |
| YUV | 137.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 186 | 0.96 | 0 | 0.04 | 0.24 | 177.42 | 0.92 | 0.4 |
| Hex | 8 | C2 | BA | 60 | 0 | 4 | 18 | B1 | 5C | 28 |
| Octal | 10 | 302 | 272 | 140 | 0 | 4 | 30 | 261 | 134 | 50 |
| Binary | 1000 | 11000010 | 10111010 | 1100000 | 0 | 100 | 11000 | 10110001 | 1011100 | 101000 |
Color Harmonies of #08C2BA
Complementary color
Monochromatic Colors of #08C2BA
Black with #08C2BA
Text Example
Text Example
White with #08C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2BA; }
p { color: rgb(8,194,186); }
H1.HeaderClassName
{
color: #08C2BA;
}
.AnyTagClassName
{
color: #08C2BA;
}
</style>
background-color css
<style>
a { background-color: #08C2BA; }
a { background-color: rgb(8,194,186); }
div.DivClassName
{
background-color: #08C2BA;
}
.BgClassName
{
background-color: #08C2BA;
}
</style>
border-color css
<style>
span { border-color: #08C2BA; }
span { border-color: rgb(8,194,186); }
td.TdClassName
{
border-color: #08C2BA;
}
.TagClassName
{
border-color: #08C2BA;
}
</style>