Shades of Caribbean Green #18CDA4
Tints of Caribbean Green #18CDA4
RGB
CMYK
RGB Variations
Color information
#18CDA4 (or 0x18CDA4) is known color: Caribbean Green. HEX triplet: 18, CD and A4. RGB value is (24,205,164). Sum of RGB (Red+Green+Blue) = 24+205+164=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CDA4 is #E7325B. Grayscale: #929292. Windows color (decimal): -15151708 or 10800408. OLE color: 10800408.
HSL color Cylindrical-coordinate representation of color #18CDA4: hue angle of 166.41º 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 #18CDA4 is Cyan = 0.88, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 205 | 164 | - |
| CMYK | 0.88 | 0 | 0.2 | 0.20 |
| HSL | 166.41º | 0.79% | 0.45% | - |
| HSV(B) | 166.41º | 0.88% | 0.8% | - |
| XYZ | 28.91 | 46.54 | 42.58 | - |
| YUV | 146.21 | 138.03 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 164 | 0.88 | 0 | 0.2 | 0.20 | 166.41 | 0.79 | 0.45 |
| Hex | 18 | CD | A4 | 58 | 0 | 14 | 14 | A6 | 4F | 2D |
| Octal | 30 | 315 | 244 | 130 | 0 | 24 | 24 | 246 | 117 | 55 |
| Binary | 11000 | 11001101 | 10100100 | 1011000 | 0 | 10100 | 10100 | 10100110 | 1001111 | 101101 |
Color Harmonies of #18CDA4
Complementary color
Monochromatic Colors of #18CDA4
Black with #18CDA4
Text Example
Text Example
White with #18CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDA4; }
p { color: rgb(24,205,164); }
H1.HeaderClassName
{
color: #18CDA4;
}
.AnyTagClassName
{
color: #18CDA4;
}
</style>
background-color css
<style>
a { background-color: #18CDA4; }
a { background-color: rgb(24,205,164); }
div.DivClassName
{
background-color: #18CDA4;
}
.BgClassName
{
background-color: #18CDA4;
}
</style>
border-color css
<style>
span { border-color: #18CDA4; }
span { border-color: rgb(24,205,164); }
td.TdClassName
{
border-color: #18CDA4;
}
.TagClassName
{
border-color: #18CDA4;
}
</style>