Shades of Caribbean Green #18DA9B
Tints of Caribbean Green #18DA9B
RGB
CMYK
RGB Variations
Color information
#18DA9B (or 0x18DA9B) is known color: Caribbean Green. HEX triplet: 18, DA and 9B. RGB value is (24,218,155). Sum of RGB (Red+Green+Blue) = 24+218+155=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DA9B is #E72564. Grayscale: #989898. Windows color (decimal): -15148389 or 10213912. OLE color: 10213912.
HSL color Cylindrical-coordinate representation of color #18DA9B: hue angle of 160.52º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DA9B is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 218 | 155 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.15 |
| HSL | 160.52º | 0.8% | 0.47% | - |
| HSV(B) | 160.52º | 0.89% | 0.85% | - |
| XYZ | 31.36 | 52.7 | 39.53 | - |
| YUV | 152.81 | 129.23 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 218 | 155 | 0.89 | 0 | 0.29 | 0.15 | 160.52 | 0.8 | 0.47 |
| Hex | 18 | DA | 9B | 59 | 0 | 1D | F | A1 | 50 | 2F |
| Octal | 30 | 332 | 233 | 131 | 0 | 35 | 17 | 241 | 120 | 57 |
| Binary | 11000 | 11011010 | 10011011 | 1011001 | 0 | 11101 | 1111 | 10100001 | 1010000 | 101111 |
Color Harmonies of #18DA9B
Complementary color
Monochromatic Colors of #18DA9B
Black with #18DA9B
Text Example
Text Example
White with #18DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DA9B; }
p { color: rgb(24,218,155); }
H1.HeaderClassName
{
color: #18DA9B;
}
.AnyTagClassName
{
color: #18DA9B;
}
</style>
background-color css
<style>
a { background-color: #18DA9B; }
a { background-color: rgb(24,218,155); }
div.DivClassName
{
background-color: #18DA9B;
}
.BgClassName
{
background-color: #18DA9B;
}
</style>
border-color css
<style>
span { border-color: #18DA9B; }
span { border-color: rgb(24,218,155); }
td.TdClassName
{
border-color: #18DA9B;
}
.TagClassName
{
border-color: #18DA9B;
}
</style>