Shades of Caribbean Green #18D5AC
Tints of Caribbean Green #18D5AC
RGB
CMYK
RGB Variations
Color information
#18D5AC (or 0x18D5AC) is known color: Caribbean Green. HEX triplet: 18, D5 and AC. RGB value is (24,213,172). Sum of RGB (Red+Green+Blue) = 24+213+172=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #18D5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D5AC is #E72A53. Grayscale: #979797. Windows color (decimal): -15149652 or 11326744. OLE color: 11326744.
HSL color Cylindrical-coordinate representation of color #18D5AC: hue angle of 166.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D5AC is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 172 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.16 |
| HSL | 166.98º | 0.8% | 0.46% | - |
| HSV(B) | 166.98º | 0.89% | 0.84% | - |
| XYZ | 31.62 | 50.76 | 47.16 | - |
| YUV | 151.82 | 139.38 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 172 | 0.89 | 0 | 0.19 | 0.16 | 166.98 | 0.8 | 0.46 |
| Hex | 18 | D5 | AC | 59 | 0 | 13 | 10 | A7 | 50 | 2E |
| Octal | 30 | 325 | 254 | 131 | 0 | 23 | 20 | 247 | 120 | 56 |
| Binary | 11000 | 11010101 | 10101100 | 1011001 | 0 | 10011 | 10000 | 10100111 | 1010000 | 101110 |
Color Harmonies of #18D5AC
Complementary color
Monochromatic Colors of #18D5AC
Black with #18D5AC
Text Example
Text Example
White with #18D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D5AC; }
p { color: rgb(24,213,172); }
H1.HeaderClassName
{
color: #18D5AC;
}
.AnyTagClassName
{
color: #18D5AC;
}
</style>
background-color css
<style>
a { background-color: #18D5AC; }
a { background-color: rgb(24,213,172); }
div.DivClassName
{
background-color: #18D5AC;
}
.BgClassName
{
background-color: #18D5AC;
}
</style>
border-color css
<style>
span { border-color: #18D5AC; }
span { border-color: rgb(24,213,172); }
td.TdClassName
{
border-color: #18D5AC;
}
.TagClassName
{
border-color: #18D5AC;
}
</style>