Shades of Caribbean Green #18DBB2
Tints of Caribbean Green #18DBB2
RGB
CMYK
RGB Variations
Color information
#18DBB2 (or 0x18DBB2) is known color: Caribbean Green. HEX triplet: 18, DB and B2. RGB value is (24,219,178). Sum of RGB (Red+Green+Blue) = 24+219+178=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DBB2 is #E7244D. Grayscale: #9B9B9B. Windows color (decimal): -15148110 or 11721496. OLE color: 11721496.
HSL color Cylindrical-coordinate representation of color #18DBB2: hue angle of 167.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBB2 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 178 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.14 |
| HSL | 167.38º | 0.8% | 0.48% | - |
| HSV(B) | 167.38º | 0.89% | 0.86% | - |
| XYZ | 33.74 | 54.07 | 50.78 | - |
| YUV | 156.02 | 140.4 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 178 | 0.89 | 0 | 0.19 | 0.14 | 167.38 | 0.8 | 0.48 |
| Hex | 18 | DB | B2 | 59 | 0 | 13 | E | A7 | 50 | 30 |
| Octal | 30 | 333 | 262 | 131 | 0 | 23 | 16 | 247 | 120 | 60 |
| Binary | 11000 | 11011011 | 10110010 | 1011001 | 0 | 10011 | 1110 | 10100111 | 1010000 | 110000 |
Color Harmonies of #18DBB2
Complementary color
Monochromatic Colors of #18DBB2
Black with #18DBB2
Text Example
Text Example
White with #18DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBB2; }
p { color: rgb(24,219,178); }
H1.HeaderClassName
{
color: #18DBB2;
}
.AnyTagClassName
{
color: #18DBB2;
}
</style>
background-color css
<style>
a { background-color: #18DBB2; }
a { background-color: rgb(24,219,178); }
div.DivClassName
{
background-color: #18DBB2;
}
.BgClassName
{
background-color: #18DBB2;
}
</style>
border-color css
<style>
span { border-color: #18DBB2; }
span { border-color: rgb(24,219,178); }
td.TdClassName
{
border-color: #18DBB2;
}
.TagClassName
{
border-color: #18DBB2;
}
</style>