Shades of Robin's Egg Blue #18CFCC
Tints of Robin's Egg Blue #18CFCC
RGB
CMYK
RGB Variations
Color information
#18CFCC (or 0x18CFCC) is known color: Robin's Egg Blue. HEX triplet: 18, CF and CC. RGB value is (24,207,204). Sum of RGB (Red+Green+Blue) = 24+207+204=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFCC is #E73033. Grayscale: #979797. Windows color (decimal): -15151156 or 13422360. OLE color: 13422360.
HSL color Cylindrical-coordinate representation of color #18CFCC: hue angle of 179.02º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFCC is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 204 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.19 |
| HSL | 179.02º | 0.79% | 0.45% | - |
| HSV(B) | 179.02º | 0.88% | 0.81% | - |
| XYZ | 33.59 | 49.18 | 64.85 | - |
| YUV | 151.94 | 157.37 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 204 | 0.88 | 0 | 0.01 | 0.19 | 179.02 | 0.79 | 0.45 |
| Hex | 18 | CF | CC | 58 | 0 | 1 | 13 | B3 | 4F | 2D |
| Octal | 30 | 317 | 314 | 130 | 0 | 1 | 23 | 263 | 117 | 55 |
| Binary | 11000 | 11001111 | 11001100 | 1011000 | 0 | 1 | 10011 | 10110011 | 1001111 | 101101 |
Color Harmonies of #18CFCC
Complementary color
Monochromatic Colors of #18CFCC
Black with #18CFCC
Text Example
Text Example
White with #18CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFCC; }
p { color: rgb(24,207,204); }
H1.HeaderClassName
{
color: #18CFCC;
}
.AnyTagClassName
{
color: #18CFCC;
}
</style>
background-color css
<style>
a { background-color: #18CFCC; }
a { background-color: rgb(24,207,204); }
div.DivClassName
{
background-color: #18CFCC;
}
.BgClassName
{
background-color: #18CFCC;
}
</style>
border-color css
<style>
span { border-color: #18CFCC; }
span { border-color: rgb(24,207,204); }
td.TdClassName
{
border-color: #18CFCC;
}
.TagClassName
{
border-color: #18CFCC;
}
</style>