Shades of Robin's Egg Blue #00CBB4
Tints of Robin's Egg Blue #00CBB4
RGB
CMYK
RGB Variations
Color information
#00CBB4 (or 0x00CBB4) is known color: Robin's Egg Blue. HEX triplet: 00, CB and B4. RGB value is (0,203,180). Sum of RGB (Red+Green+Blue) = 0+203+180=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBB4 is #FF344B. Grayscale: #8B8B8B. Windows color (decimal): -16725068 or 11848448. OLE color: 11848448.
HSL color Cylindrical-coordinate representation of color #00CBB4: hue angle of 173.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBB4 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 180 | - |
| CMYK | 1 | 0 | 0.11 | 0.20 |
| HSL | 173.2º | 1% | 0.4% | - |
| HSV(B) | 173.2º | 1% | 0.8% | - |
| XYZ | 29.59 | 46.01 | 50.5 | - |
| YUV | 139.68 | 150.75 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 180 | 1 | 0 | 0.11 | 0.20 | 173.2 | 1 | 0.4 |
| Hex | 0 | CB | B4 | 64 | 0 | B | 14 | AD | 64 | 28 |
| Octal | 0 | 313 | 264 | 144 | 0 | 13 | 24 | 255 | 144 | 50 |
| Binary | 0 | 11001011 | 10110100 | 1100100 | 0 | 1011 | 10100 | 10101101 | 1100100 | 101000 |
Color Harmonies of #00CBB4
Complementary color
Monochromatic Colors of #00CBB4
Black with #00CBB4
Text Example
Text Example
White with #00CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBB4; }
p { color: rgb(0,203,180); }
H1.HeaderClassName
{
color: #00CBB4;
}
.AnyTagClassName
{
color: #00CBB4;
}
</style>
background-color css
<style>
a { background-color: #00CBB4; }
a { background-color: rgb(0,203,180); }
div.DivClassName
{
background-color: #00CBB4;
}
.BgClassName
{
background-color: #00CBB4;
}
</style>
border-color css
<style>
span { border-color: #00CBB4; }
span { border-color: rgb(0,203,180); }
td.TdClassName
{
border-color: #00CBB4;
}
.TagClassName
{
border-color: #00CBB4;
}
</style>