Shades of Caribbean Green #18DCAA
Tints of Caribbean Green #18DCAA
RGB
CMYK
RGB Variations
Color information
#18DCAA (or 0x18DCAA) is known color: Caribbean Green. HEX triplet: 18, DC and AA. RGB value is (24,220,170). Sum of RGB (Red+Green+Blue) = 24+220+170=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DCAA is #E72355. Grayscale: #9B9B9B. Windows color (decimal): -15147862 or 11197464. OLE color: 11197464.
HSL color Cylindrical-coordinate representation of color #18DCAA: hue angle of 164.69º 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 #18DCAA is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 170 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.14 |
| HSL | 164.69º | 0.8% | 0.48% | - |
| HSV(B) | 164.69º | 0.89% | 0.86% | - |
| XYZ | 33.23 | 54.28 | 46.76 | - |
| YUV | 155.7 | 136.07 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 170 | 0.89 | 0 | 0.23 | 0.14 | 164.69 | 0.8 | 0.48 |
| Hex | 18 | DC | AA | 59 | 0 | 17 | E | A5 | 50 | 30 |
| Octal | 30 | 334 | 252 | 131 | 0 | 27 | 16 | 245 | 120 | 60 |
| Binary | 11000 | 11011100 | 10101010 | 1011001 | 0 | 10111 | 1110 | 10100101 | 1010000 | 110000 |
Color Harmonies of #18DCAA
Complementary color
Monochromatic Colors of #18DCAA
Black with #18DCAA
Text Example
Text Example
White with #18DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCAA; }
p { color: rgb(24,220,170); }
H1.HeaderClassName
{
color: #18DCAA;
}
.AnyTagClassName
{
color: #18DCAA;
}
</style>
background-color css
<style>
a { background-color: #18DCAA; }
a { background-color: rgb(24,220,170); }
div.DivClassName
{
background-color: #18DCAA;
}
.BgClassName
{
background-color: #18DCAA;
}
</style>
border-color css
<style>
span { border-color: #18DCAA; }
span { border-color: rgb(24,220,170); }
td.TdClassName
{
border-color: #18DCAA;
}
.TagClassName
{
border-color: #18DCAA;
}
</style>