Shades of Caribbean Green #18C69C
Tints of Caribbean Green #18C69C
RGB
CMYK
RGB Variations
Color information
#18C69C (or 0x18C69C) is known color: Caribbean Green. HEX triplet: 18, C6 and 9C. RGB value is (24,198,156). Sum of RGB (Red+Green+Blue) = 24+198+156=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #18C69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C69C is #E73963. Grayscale: #8D8D8D. Windows color (decimal): -15153508 or 10274328. OLE color: 10274328.
HSL color Cylindrical-coordinate representation of color #18C69C: hue angle of 165.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C69C is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 156 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.22 |
| HSL | 165.52º | 0.78% | 0.44% | - |
| HSV(B) | 165.52º | 0.88% | 0.78% | - |
| XYZ | 26.57 | 42.98 | 38.35 | - |
| YUV | 141.19 | 136.35 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 156 | 0.88 | 0 | 0.21 | 0.22 | 165.52 | 0.78 | 0.44 |
| Hex | 18 | C6 | 9C | 58 | 0 | 15 | 16 | A6 | 4E | 2C |
| Octal | 30 | 306 | 234 | 130 | 0 | 25 | 26 | 246 | 116 | 54 |
| Binary | 11000 | 11000110 | 10011100 | 1011000 | 0 | 10101 | 10110 | 10100110 | 1001110 | 101100 |
Color Harmonies of #18C69C
Complementary color
Monochromatic Colors of #18C69C
Black with #18C69C
Text Example
Text Example
White with #18C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C69C; }
p { color: rgb(24,198,156); }
H1.HeaderClassName
{
color: #18C69C;
}
.AnyTagClassName
{
color: #18C69C;
}
</style>
background-color css
<style>
a { background-color: #18C69C; }
a { background-color: rgb(24,198,156); }
div.DivClassName
{
background-color: #18C69C;
}
.BgClassName
{
background-color: #18C69C;
}
</style>
border-color css
<style>
span { border-color: #18C69C; }
span { border-color: rgb(24,198,156); }
td.TdClassName
{
border-color: #18C69C;
}
.TagClassName
{
border-color: #18C69C;
}
</style>