Shades of Robin's Egg Blue #18DCBF
Tints of Robin's Egg Blue #18DCBF
RGB
CMYK
RGB Variations
Color information
#18DCBF (or 0x18DCBF) is known color: Robin's Egg Blue. HEX triplet: 18, DC and BF. RGB value is (24,220,191). Sum of RGB (Red+Green+Blue) = 24+220+191=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCBF is #E72340. Grayscale: #9E9E9E. Windows color (decimal): -15147841 or 12573720. OLE color: 12573720.
HSL color Cylindrical-coordinate representation of color #18DCBF: hue angle of 171.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DCBF is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 191 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.14 |
| HSL | 171.12º | 0.8% | 0.48% | - |
| HSV(B) | 171.12º | 0.89% | 0.86% | - |
| XYZ | 35.37 | 55.14 | 58.07 | - |
| YUV | 158.09 | 146.57 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 191 | 0.89 | 0 | 0.13 | 0.14 | 171.12 | 0.8 | 0.48 |
| Hex | 18 | DC | BF | 59 | 0 | D | E | AB | 50 | 30 |
| Octal | 30 | 334 | 277 | 131 | 0 | 15 | 16 | 253 | 120 | 60 |
| Binary | 11000 | 11011100 | 10111111 | 1011001 | 0 | 1101 | 1110 | 10101011 | 1010000 | 110000 |
Color Harmonies of #18DCBF
Complementary color
Monochromatic Colors of #18DCBF
Black with #18DCBF
Text Example
Text Example
White with #18DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCBF; }
p { color: rgb(24,220,191); }
H1.HeaderClassName
{
color: #18DCBF;
}
.AnyTagClassName
{
color: #18DCBF;
}
</style>
background-color css
<style>
a { background-color: #18DCBF; }
a { background-color: rgb(24,220,191); }
div.DivClassName
{
background-color: #18DCBF;
}
.BgClassName
{
background-color: #18DCBF;
}
</style>
border-color css
<style>
span { border-color: #18DCBF; }
span { border-color: rgb(24,220,191); }
td.TdClassName
{
border-color: #18DCBF;
}
.TagClassName
{
border-color: #18DCBF;
}
</style>