Shades of Caribbean Green #18CFAC
Tints of Caribbean Green #18CFAC
RGB
CMYK
RGB Variations
Color information
#18CFAC (or 0x18CFAC) is known color: Caribbean Green. HEX triplet: 18, CF and AC. RGB value is (24,207,172). Sum of RGB (Red+Green+Blue) = 24+207+172=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CFAC is #E73053. Grayscale: #949494. Windows color (decimal): -15151188 or 11325208. OLE color: 11325208.
HSL color Cylindrical-coordinate representation of color #18CFAC: hue angle of 168.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFAC is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 172 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.19 |
| HSL | 168.52º | 0.79% | 0.45% | - |
| HSV(B) | 168.52º | 0.88% | 0.81% | - |
| XYZ | 30.14 | 47.8 | 46.67 | - |
| YUV | 148.29 | 141.37 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 172 | 0.88 | 0 | 0.17 | 0.19 | 168.52 | 0.79 | 0.45 |
| Hex | 18 | CF | AC | 58 | 0 | 11 | 13 | A9 | 4F | 2D |
| Octal | 30 | 317 | 254 | 130 | 0 | 21 | 23 | 251 | 117 | 55 |
| Binary | 11000 | 11001111 | 10101100 | 1011000 | 0 | 10001 | 10011 | 10101001 | 1001111 | 101101 |
Color Harmonies of #18CFAC
Complementary color
Monochromatic Colors of #18CFAC
Black with #18CFAC
Text Example
Text Example
White with #18CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFAC; }
p { color: rgb(24,207,172); }
H1.HeaderClassName
{
color: #18CFAC;
}
.AnyTagClassName
{
color: #18CFAC;
}
</style>
background-color css
<style>
a { background-color: #18CFAC; }
a { background-color: rgb(24,207,172); }
div.DivClassName
{
background-color: #18CFAC;
}
.BgClassName
{
background-color: #18CFAC;
}
</style>
border-color css
<style>
span { border-color: #18CFAC; }
span { border-color: rgb(24,207,172); }
td.TdClassName
{
border-color: #18CFAC;
}
.TagClassName
{
border-color: #18CFAC;
}
</style>