Shades of Robin's Egg Blue #18CCCC
Tints of Robin's Egg Blue #18CCCC
RGB
CMYK
RGB Variations
Color information
#18CCCC (or 0x18CCCC) is known color: Robin's Egg Blue. HEX triplet: 18, CC and CC. RGB value is (24,204,204). Sum of RGB (Red+Green+Blue) = 24+204+204=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #18CCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCCC is #E73333. Grayscale: #969696. Windows color (decimal): -15151924 or 13421592. OLE color: 13421592.
HSL color Cylindrical-coordinate representation of color #18CCCC: hue angle of 180º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CCCC is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 204 | - |
| CMYK | 0.88 | 0 | 0 | 0.2 |
| HSL | 180º | 0.79% | 0.45% | - |
| HSV(B) | 180º | 0.88% | 0.8% | - |
| XYZ | 32.87 | 47.74 | 64.61 | - |
| YUV | 150.18 | 158.37 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 204 | 0.88 | 0 | 0 | 0.2 | 180 | 0.79 | 0.45 |
| Hex | 18 | CC | CC | 58 | 0 | 0 | 14 | B4 | 4F | 2D |
| Octal | 30 | 314 | 314 | 130 | 0 | 0 | 24 | 264 | 117 | 55 |
| Binary | 11000 | 11001100 | 11001100 | 1011000 | 0 | 0 | 10100 | 10110100 | 1001111 | 101101 |
Color Harmonies of #18CCCC
Complementary color
Monochromatic Colors of #18CCCC
Black with #18CCCC
Text Example
Text Example
White with #18CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCCC; }
p { color: rgb(24,204,204); }
H1.HeaderClassName
{
color: #18CCCC;
}
.AnyTagClassName
{
color: #18CCCC;
}
</style>
background-color css
<style>
a { background-color: #18CCCC; }
a { background-color: rgb(24,204,204); }
div.DivClassName
{
background-color: #18CCCC;
}
.BgClassName
{
background-color: #18CCCC;
}
</style>
border-color css
<style>
span { border-color: #18CCCC; }
span { border-color: rgb(24,204,204); }
td.TdClassName
{
border-color: #18CCCC;
}
.TagClassName
{
border-color: #18CCCC;
}
</style>