Shades of Robin's Egg Blue #18CABB
Tints of Robin's Egg Blue #18CABB
RGB
CMYK
RGB Variations
Color information
#18CABB (or 0x18CABB) is known color: Robin's Egg Blue. HEX triplet: 18, CA and BB. RGB value is (24,202,187). Sum of RGB (Red+Green+Blue) = 24+202+187=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #18CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CABB is #E73544. Grayscale: #929292. Windows color (decimal): -15152453 or 12306968. OLE color: 12306968.
HSL color Cylindrical-coordinate representation of color #18CABB: hue angle of 174.94º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CABB is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 187 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.21 |
| HSL | 174.94º | 0.79% | 0.44% | - |
| HSV(B) | 174.94º | 0.88% | 0.79% | - |
| XYZ | 30.47 | 46.02 | 54.29 | - |
| YUV | 147.07 | 150.53 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 187 | 0.88 | 0 | 0.07 | 0.21 | 174.94 | 0.79 | 0.44 |
| Hex | 18 | CA | BB | 58 | 0 | 7 | 15 | AF | 4F | 2C |
| Octal | 30 | 312 | 273 | 130 | 0 | 7 | 25 | 257 | 117 | 54 |
| Binary | 11000 | 11001010 | 10111011 | 1011000 | 0 | 111 | 10101 | 10101111 | 1001111 | 101100 |
Color Harmonies of #18CABB
Complementary color
Monochromatic Colors of #18CABB
Black with #18CABB
Text Example
Text Example
White with #18CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CABB; }
p { color: rgb(24,202,187); }
H1.HeaderClassName
{
color: #18CABB;
}
.AnyTagClassName
{
color: #18CABB;
}
</style>
background-color css
<style>
a { background-color: #18CABB; }
a { background-color: rgb(24,202,187); }
div.DivClassName
{
background-color: #18CABB;
}
.BgClassName
{
background-color: #18CABB;
}
</style>
border-color css
<style>
span { border-color: #18CABB; }
span { border-color: rgb(24,202,187); }
td.TdClassName
{
border-color: #18CABB;
}
.TagClassName
{
border-color: #18CABB;
}
</style>