Shades of Robin's Egg Blue #18CBC4
Tints of Robin's Egg Blue #18CBC4
RGB
CMYK
RGB Variations
Color information
#18CBC4 (or 0x18CBC4) is known color: Robin's Egg Blue. HEX triplet: 18, CB and C4. RGB value is (24,203,196). Sum of RGB (Red+Green+Blue) = 24+203+196=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBC4 is #E7343B. Grayscale: #949494. Windows color (decimal): -15152188 or 12897048. OLE color: 12897048.
HSL color Cylindrical-coordinate representation of color #18CBC4: hue angle of 177.65º 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 #18CBC4 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 196 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.20 |
| HSL | 177.65º | 0.79% | 0.45% | - |
| HSV(B) | 177.65º | 0.88% | 0.8% | - |
| XYZ | 31.7 | 46.89 | 59.6 | - |
| YUV | 148.68 | 154.7 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 196 | 0.88 | 0 | 0.03 | 0.20 | 177.65 | 0.79 | 0.45 |
| Hex | 18 | CB | C4 | 58 | 0 | 3 | 14 | B2 | 4F | 2D |
| Octal | 30 | 313 | 304 | 130 | 0 | 3 | 24 | 262 | 117 | 55 |
| Binary | 11000 | 11001011 | 11000100 | 1011000 | 0 | 11 | 10100 | 10110010 | 1001111 | 101101 |
Color Harmonies of #18CBC4
Complementary color
Monochromatic Colors of #18CBC4
Black with #18CBC4
Text Example
Text Example
White with #18CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBC4; }
p { color: rgb(24,203,196); }
H1.HeaderClassName
{
color: #18CBC4;
}
.AnyTagClassName
{
color: #18CBC4;
}
</style>
background-color css
<style>
a { background-color: #18CBC4; }
a { background-color: rgb(24,203,196); }
div.DivClassName
{
background-color: #18CBC4;
}
.BgClassName
{
background-color: #18CBC4;
}
</style>
border-color css
<style>
span { border-color: #18CBC4; }
span { border-color: rgb(24,203,196); }
td.TdClassName
{
border-color: #18CBC4;
}
.TagClassName
{
border-color: #18CBC4;
}
</style>