Shades of Caribbean Green #18CBA1
Tints of Caribbean Green #18CBA1
RGB
CMYK
RGB Variations
Color information
#18CBA1 (or 0x18CBA1) is known color: Caribbean Green. HEX triplet: 18, CB and A1. RGB value is (24,203,161). Sum of RGB (Red+Green+Blue) = 24+203+161=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CBA1 is #E7345E. Grayscale: #909090. Windows color (decimal): -15152223 or 10603288. OLE color: 10603288.
HSL color Cylindrical-coordinate representation of color #18CBA1: hue angle of 165.92º 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 #18CBA1 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 161 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.20 |
| HSL | 165.92º | 0.79% | 0.45% | - |
| HSV(B) | 165.92º | 0.88% | 0.8% | - |
| XYZ | 28.17 | 45.48 | 41.01 | - |
| YUV | 144.69 | 137.2 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 161 | 0.88 | 0 | 0.21 | 0.20 | 165.92 | 0.79 | 0.45 |
| Hex | 18 | CB | A1 | 58 | 0 | 15 | 14 | A6 | 4F | 2D |
| Octal | 30 | 313 | 241 | 130 | 0 | 25 | 24 | 246 | 117 | 55 |
| Binary | 11000 | 11001011 | 10100001 | 1011000 | 0 | 10101 | 10100 | 10100110 | 1001111 | 101101 |
Color Harmonies of #18CBA1
Complementary color
Monochromatic Colors of #18CBA1
Black with #18CBA1
Text Example
Text Example
White with #18CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBA1; }
p { color: rgb(24,203,161); }
H1.HeaderClassName
{
color: #18CBA1;
}
.AnyTagClassName
{
color: #18CBA1;
}
</style>
background-color css
<style>
a { background-color: #18CBA1; }
a { background-color: rgb(24,203,161); }
div.DivClassName
{
background-color: #18CBA1;
}
.BgClassName
{
background-color: #18CBA1;
}
</style>
border-color css
<style>
span { border-color: #18CBA1; }
span { border-color: rgb(24,203,161); }
td.TdClassName
{
border-color: #18CBA1;
}
.TagClassName
{
border-color: #18CBA1;
}
</style>