Shades of Robin's Egg Blue #00D0CC
Tints of Robin's Egg Blue #00D0CC
RGB
CMYK
RGB Variations
Color information
#00D0CC (or 0x00D0CC) is known color: Robin's Egg Blue. HEX triplet: 00, D0 and CC. RGB value is (0,208,204). Sum of RGB (Red+Green+Blue) = 0+208+204=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D0CC is #FF2F33. Grayscale: #919191. Windows color (decimal): -16723764 or 13422592. OLE color: 13422592.
HSL color Cylindrical-coordinate representation of color #00D0CC: hue angle of 178.85º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D0CC is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 204 | - |
| CMYK | 1 | 0 | 0.02 | 0.18 |
| HSL | 178.85º | 1% | 0.41% | - |
| HSV(B) | 178.85º | 1% | 0.82% | - |
| XYZ | 33.45 | 49.47 | 64.91 | - |
| YUV | 145.35 | 161.09 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 204 | 1 | 0 | 0.02 | 0.18 | 178.85 | 1 | 0.41 |
| Hex | 0 | D0 | CC | 64 | 0 | 2 | 12 | B3 | 64 | 29 |
| Octal | 0 | 320 | 314 | 144 | 0 | 2 | 22 | 263 | 144 | 51 |
| Binary | 0 | 11010000 | 11001100 | 1100100 | 0 | 10 | 10010 | 10110011 | 1100100 | 101001 |
Color Harmonies of #00D0CC
Complementary color
Monochromatic Colors of #00D0CC
Black with #00D0CC
Text Example
Text Example
White with #00D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D0CC; }
p { color: rgb(0,208,204); }
H1.HeaderClassName
{
color: #00D0CC;
}
.AnyTagClassName
{
color: #00D0CC;
}
</style>
background-color css
<style>
a { background-color: #00D0CC; }
a { background-color: rgb(0,208,204); }
div.DivClassName
{
background-color: #00D0CC;
}
.BgClassName
{
background-color: #00D0CC;
}
</style>
border-color css
<style>
span { border-color: #00D0CC; }
span { border-color: rgb(0,208,204); }
td.TdClassName
{
border-color: #00D0CC;
}
.TagClassName
{
border-color: #00D0CC;
}
</style>