Shades of Caribbean Green #18C399
Tints of Caribbean Green #18C399
RGB
CMYK
RGB Variations
Color information
#18C399 (or 0x18C399) is known color: Caribbean Green. HEX triplet: 18, C3 and 99. RGB value is (24,195,153). Sum of RGB (Red+Green+Blue) = 24+195+153=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #18C399 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C399 is #E73C66. Grayscale: #8B8B8B. Windows color (decimal): -15154279 or 10076952. OLE color: 10076952.
HSL color Cylindrical-coordinate representation of color #18C399: hue angle of 165.26º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C399 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 153 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.24 |
| HSL | 165.26º | 0.78% | 0.43% | - |
| HSV(B) | 165.26º | 0.88% | 0.76% | - |
| XYZ | 25.64 | 41.52 | 36.8 | - |
| YUV | 139.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 153 | 0.88 | 0 | 0.22 | 0.24 | 165.26 | 0.78 | 0.43 |
| Hex | 18 | C3 | 99 | 58 | 0 | 16 | 18 | A5 | 4E | 2B |
| Octal | 30 | 303 | 231 | 130 | 0 | 26 | 30 | 245 | 116 | 53 |
| Binary | 11000 | 11000011 | 10011001 | 1011000 | 0 | 10110 | 11000 | 10100101 | 1001110 | 101011 |
Color Harmonies of #18C399
Complementary color
Monochromatic Colors of #18C399
Black with #18C399
Text Example
Text Example
White with #18C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C399; }
p { color: rgb(24,195,153); }
H1.HeaderClassName
{
color: #18C399;
}
.AnyTagClassName
{
color: #18C399;
}
</style>
background-color css
<style>
a { background-color: #18C399; }
a { background-color: rgb(24,195,153); }
div.DivClassName
{
background-color: #18C399;
}
.BgClassName
{
background-color: #18C399;
}
</style>
border-color css
<style>
span { border-color: #18C399; }
span { border-color: rgb(24,195,153); }
td.TdClassName
{
border-color: #18C399;
}
.TagClassName
{
border-color: #18C399;
}
</style>