Shades of Caribbean Green #18CCA6
Tints of Caribbean Green #18CCA6
RGB
CMYK
RGB Variations
Color information
#18CCA6 (or 0x18CCA6) is known color: Caribbean Green. HEX triplet: 18, CC and A6. RGB value is (24,204,166). Sum of RGB (Red+Green+Blue) = 24+204+166=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #18CCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CCA6 is #E73359. Grayscale: #919191. Windows color (decimal): -15151962 or 10931224. OLE color: 10931224.
HSL color Cylindrical-coordinate representation of color #18CCA6: hue angle of 167.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CCA6 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 166 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.2 |
| HSL | 167.33º | 0.79% | 0.45% | - |
| HSV(B) | 167.33º | 0.88% | 0.8% | - |
| XYZ | 28.85 | 46.13 | 43.46 | - |
| YUV | 145.85 | 139.37 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 166 | 0.88 | 0 | 0.19 | 0.2 | 167.33 | 0.79 | 0.45 |
| Hex | 18 | CC | A6 | 58 | 0 | 13 | 14 | A7 | 4F | 2D |
| Octal | 30 | 314 | 246 | 130 | 0 | 23 | 24 | 247 | 117 | 55 |
| Binary | 11000 | 11001100 | 10100110 | 1011000 | 0 | 10011 | 10100 | 10100111 | 1001111 | 101101 |
Color Harmonies of #18CCA6
Complementary color
Monochromatic Colors of #18CCA6
Black with #18CCA6
Text Example
Text Example
White with #18CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCA6; }
p { color: rgb(24,204,166); }
H1.HeaderClassName
{
color: #18CCA6;
}
.AnyTagClassName
{
color: #18CCA6;
}
</style>
background-color css
<style>
a { background-color: #18CCA6; }
a { background-color: rgb(24,204,166); }
div.DivClassName
{
background-color: #18CCA6;
}
.BgClassName
{
background-color: #18CCA6;
}
</style>
border-color css
<style>
span { border-color: #18CCA6; }
span { border-color: rgb(24,204,166); }
td.TdClassName
{
border-color: #18CCA6;
}
.TagClassName
{
border-color: #18CCA6;
}
</style>