Shades of Robin's Egg Blue #18CCBA
Tints of Robin's Egg Blue #18CCBA
RGB
CMYK
RGB Variations
Color information
#18CCBA (or 0x18CCBA) is known color: Robin's Egg Blue. HEX triplet: 18, CC and BA. RGB value is (24,204,186). Sum of RGB (Red+Green+Blue) = 24+204+186=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCBA is #E73345. Grayscale: #949494. Windows color (decimal): -15151942 or 12241944. OLE color: 12241944.
HSL color Cylindrical-coordinate representation of color #18CCBA: hue angle of 174º 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 #18CCBA is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 186 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.2 |
| HSL | 174º | 0.79% | 0.45% | - |
| HSV(B) | 174º | 0.88% | 0.8% | - |
| XYZ | 30.83 | 46.93 | 53.89 | - |
| YUV | 148.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 186 | 0.88 | 0 | 0.09 | 0.2 | 174 | 0.79 | 0.45 |
| Hex | 18 | CC | BA | 58 | 0 | 9 | 14 | AE | 4F | 2D |
| Octal | 30 | 314 | 272 | 130 | 0 | 11 | 24 | 256 | 117 | 55 |
| Binary | 11000 | 11001100 | 10111010 | 1011000 | 0 | 1001 | 10100 | 10101110 | 1001111 | 101101 |
Color Harmonies of #18CCBA
Complementary color
Monochromatic Colors of #18CCBA
Black with #18CCBA
Text Example
Text Example
White with #18CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCBA; }
p { color: rgb(24,204,186); }
H1.HeaderClassName
{
color: #18CCBA;
}
.AnyTagClassName
{
color: #18CCBA;
}
</style>
background-color css
<style>
a { background-color: #18CCBA; }
a { background-color: rgb(24,204,186); }
div.DivClassName
{
background-color: #18CCBA;
}
.BgClassName
{
background-color: #18CCBA;
}
</style>
border-color css
<style>
span { border-color: #18CCBA; }
span { border-color: rgb(24,204,186); }
td.TdClassName
{
border-color: #18CCBA;
}
.TagClassName
{
border-color: #18CCBA;
}
</style>