Shades of Caribbean Green #18CE9A
Tints of Caribbean Green #18CE9A
RGB
CMYK
RGB Variations
Color information
#18CE9A (or 0x18CE9A) is known color: Caribbean Green. HEX triplet: 18, CE and 9A. RGB value is (24,206,154). Sum of RGB (Red+Green+Blue) = 24+206+154=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CE9A is #E73165. Grayscale: #919191. Windows color (decimal): -15151462 or 10145304. OLE color: 10145304.
HSL color Cylindrical-coordinate representation of color #18CE9A: hue angle of 162.86º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CE9A is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 154 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.19 |
| HSL | 162.86º | 0.79% | 0.45% | - |
| HSV(B) | 162.86º | 0.88% | 0.81% | - |
| XYZ | 28.28 | 46.67 | 38.09 | - |
| YUV | 145.65 | 132.7 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 154 | 0.88 | 0 | 0.25 | 0.19 | 162.86 | 0.79 | 0.45 |
| Hex | 18 | CE | 9A | 58 | 0 | 19 | 13 | A3 | 4F | 2D |
| Octal | 30 | 316 | 232 | 130 | 0 | 31 | 23 | 243 | 117 | 55 |
| Binary | 11000 | 11001110 | 10011010 | 1011000 | 0 | 11001 | 10011 | 10100011 | 1001111 | 101101 |
Color Harmonies of #18CE9A
Complementary color
Monochromatic Colors of #18CE9A
Black with #18CE9A
Text Example
Text Example
White with #18CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE9A; }
p { color: rgb(24,206,154); }
H1.HeaderClassName
{
color: #18CE9A;
}
.AnyTagClassName
{
color: #18CE9A;
}
</style>
background-color css
<style>
a { background-color: #18CE9A; }
a { background-color: rgb(24,206,154); }
div.DivClassName
{
background-color: #18CE9A;
}
.BgClassName
{
background-color: #18CE9A;
}
</style>
border-color css
<style>
span { border-color: #18CE9A; }
span { border-color: rgb(24,206,154); }
td.TdClassName
{
border-color: #18CE9A;
}
.TagClassName
{
border-color: #18CE9A;
}
</style>