Shades of Robin's Egg Blue #18D2BA
Tints of Robin's Egg Blue #18D2BA
RGB
CMYK
RGB Variations
Color information
#18D2BA (or 0x18D2BA) is known color: Robin's Egg Blue. HEX triplet: 18, D2 and BA. RGB value is (24,210,186). Sum of RGB (Red+Green+Blue) = 24+210+186=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #18D2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D2BA is #E72D45. Grayscale: #979797. Windows color (decimal): -15150406 or 12243480. OLE color: 12243480.
HSL color Cylindrical-coordinate representation of color #18D2BA: hue angle of 172.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D2BA is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 186 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.18 |
| HSL | 172.26º | 0.79% | 0.46% | - |
| HSV(B) | 172.26º | 0.89% | 0.82% | - |
| XYZ | 32.29 | 49.83 | 54.37 | - |
| YUV | 151.65 | 147.38 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 186 | 0.89 | 0 | 0.11 | 0.18 | 172.26 | 0.79 | 0.46 |
| Hex | 18 | D2 | BA | 59 | 0 | B | 12 | AC | 4F | 2E |
| Octal | 30 | 322 | 272 | 131 | 0 | 13 | 22 | 254 | 117 | 56 |
| Binary | 11000 | 11010010 | 10111010 | 1011001 | 0 | 1011 | 10010 | 10101100 | 1001111 | 101110 |
Color Harmonies of #18D2BA
Complementary color
Monochromatic Colors of #18D2BA
Black with #18D2BA
Text Example
Text Example
White with #18D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D2BA; }
p { color: rgb(24,210,186); }
H1.HeaderClassName
{
color: #18D2BA;
}
.AnyTagClassName
{
color: #18D2BA;
}
</style>
background-color css
<style>
a { background-color: #18D2BA; }
a { background-color: rgb(24,210,186); }
div.DivClassName
{
background-color: #18D2BA;
}
.BgClassName
{
background-color: #18D2BA;
}
</style>
border-color css
<style>
span { border-color: #18D2BA; }
span { border-color: rgb(24,210,186); }
td.TdClassName
{
border-color: #18D2BA;
}
.TagClassName
{
border-color: #18D2BA;
}
</style>