Shades of Caribbean Green #18D8B2
Tints of Caribbean Green #18D8B2
RGB
CMYK
RGB Variations
Color information
#18D8B2 (or 0x18D8B2) is known color: Caribbean Green. HEX triplet: 18, D8 and B2. RGB value is (24,216,178). Sum of RGB (Red+Green+Blue) = 24+216+178=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #18D8B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D8B2 is #E7274D. Grayscale: #9A9A9A. Windows color (decimal): -15148878 or 11720728. OLE color: 11720728.
HSL color Cylindrical-coordinate representation of color #18D8B2: hue angle of 168.12º 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 #18D8B2 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 178 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.15 |
| HSL | 168.13º | 0.8% | 0.47% | - |
| HSV(B) | 168.13º | 0.89% | 0.85% | - |
| XYZ | 32.97 | 52.52 | 50.52 | - |
| YUV | 154.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 178 | 0.89 | 0 | 0.18 | 0.15 | 168.13 | 0.8 | 0.47 |
| Hex | 18 | D8 | B2 | 59 | 0 | 12 | F | A8 | 50 | 2F |
| Octal | 30 | 330 | 262 | 131 | 0 | 22 | 17 | 250 | 120 | 57 |
| Binary | 11000 | 11011000 | 10110010 | 1011001 | 0 | 10010 | 1111 | 10101000 | 1010000 | 101111 |
Color Harmonies of #18D8B2
Complementary color
Monochromatic Colors of #18D8B2
Black with #18D8B2
Text Example
Text Example
White with #18D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D8B2; }
p { color: rgb(24,216,178); }
H1.HeaderClassName
{
color: #18D8B2;
}
.AnyTagClassName
{
color: #18D8B2;
}
</style>
background-color css
<style>
a { background-color: #18D8B2; }
a { background-color: rgb(24,216,178); }
div.DivClassName
{
background-color: #18D8B2;
}
.BgClassName
{
background-color: #18D8B2;
}
</style>
border-color css
<style>
span { border-color: #18D8B2; }
span { border-color: rgb(24,216,178); }
td.TdClassName
{
border-color: #18D8B2;
}
.TagClassName
{
border-color: #18D8B2;
}
</style>