Shades of Caribbean Green #18CBA8
Tints of Caribbean Green #18CBA8
RGB
CMYK
RGB Variations
Color information
#18CBA8 (or 0x18CBA8) is known color: Caribbean Green. HEX triplet: 18, CB and A8. RGB value is (24,203,168). Sum of RGB (Red+Green+Blue) = 24+203+168=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CBA8 is #E73457. Grayscale: #919191. Windows color (decimal): -15152216 or 11062040. OLE color: 11062040.
HSL color Cylindrical-coordinate representation of color #18CBA8: hue angle of 168.27º 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 #18CBA8 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 168 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.20 |
| HSL | 168.27º | 0.79% | 0.45% | - |
| HSV(B) | 168.27º | 0.88% | 0.8% | - |
| XYZ | 28.8 | 45.73 | 44.36 | - |
| YUV | 145.49 | 140.7 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 168 | 0.88 | 0 | 0.17 | 0.20 | 168.27 | 0.79 | 0.45 |
| Hex | 18 | CB | A8 | 58 | 0 | 11 | 14 | A8 | 4F | 2D |
| Octal | 30 | 313 | 250 | 130 | 0 | 21 | 24 | 250 | 117 | 55 |
| Binary | 11000 | 11001011 | 10101000 | 1011000 | 0 | 10001 | 10100 | 10101000 | 1001111 | 101101 |
Color Harmonies of #18CBA8
Complementary color
Monochromatic Colors of #18CBA8
Black with #18CBA8
Text Example
Text Example
White with #18CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBA8; }
p { color: rgb(24,203,168); }
H1.HeaderClassName
{
color: #18CBA8;
}
.AnyTagClassName
{
color: #18CBA8;
}
</style>
background-color css
<style>
a { background-color: #18CBA8; }
a { background-color: rgb(24,203,168); }
div.DivClassName
{
background-color: #18CBA8;
}
.BgClassName
{
background-color: #18CBA8;
}
</style>
border-color css
<style>
span { border-color: #18CBA8; }
span { border-color: rgb(24,203,168); }
td.TdClassName
{
border-color: #18CBA8;
}
.TagClassName
{
border-color: #18CBA8;
}
</style>