Shades of Caribbean Green #18CDA3
Tints of Caribbean Green #18CDA3
RGB
CMYK
RGB Variations
Color information
#18CDA3 (or 0x18CDA3) is known color: Caribbean Green. HEX triplet: 18, CD and A3. RGB value is (24,205,163). Sum of RGB (Red+Green+Blue) = 24+205+163=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CDA3 is #E7325C. Grayscale: #929292. Windows color (decimal): -15151709 or 10734872. OLE color: 10734872.
HSL color Cylindrical-coordinate representation of color #18CDA3: hue angle of 166.08º 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 #18CDA3 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 205 | 163 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.20 |
| HSL | 166.08º | 0.79% | 0.45% | - |
| HSV(B) | 166.08º | 0.88% | 0.8% | - |
| XYZ | 28.82 | 46.5 | 42.11 | - |
| YUV | 146.09 | 137.53 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 163 | 0.88 | 0 | 0.20 | 0.20 | 166.08 | 0.79 | 0.45 |
| Hex | 18 | CD | A3 | 58 | 0 | 14 | 14 | A6 | 4F | 2D |
| Octal | 30 | 315 | 243 | 130 | 0 | 24 | 24 | 246 | 117 | 55 |
| Binary | 11000 | 11001101 | 10100011 | 1011000 | 0 | 10100 | 10100 | 10100110 | 1001111 | 101101 |
Color Harmonies of #18CDA3
Complementary color
Monochromatic Colors of #18CDA3
Black with #18CDA3
Text Example
Text Example
White with #18CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDA3; }
p { color: rgb(24,205,163); }
H1.HeaderClassName
{
color: #18CDA3;
}
.AnyTagClassName
{
color: #18CDA3;
}
</style>
background-color css
<style>
a { background-color: #18CDA3; }
a { background-color: rgb(24,205,163); }
div.DivClassName
{
background-color: #18CDA3;
}
.BgClassName
{
background-color: #18CDA3;
}
</style>
border-color css
<style>
span { border-color: #18CDA3; }
span { border-color: rgb(24,205,163); }
td.TdClassName
{
border-color: #18CDA3;
}
.TagClassName
{
border-color: #18CDA3;
}
</style>