Shades of Caribbean Green #18DDB4
Tints of Caribbean Green #18DDB4
RGB
CMYK
RGB Variations
Color information
#18DDB4 (or 0x18DDB4) is known color: Caribbean Green. HEX triplet: 18, DD and B4. RGB value is (24,221,180). Sum of RGB (Red+Green+Blue) = 24+221+180=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDB4 is #E7224B. Grayscale: #9D9D9D. Windows color (decimal): -15147596 or 11853080. OLE color: 11853080.
HSL color Cylindrical-coordinate representation of color #18DDB4: hue angle of 167.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DDB4 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 180 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.13 |
| HSL | 167.51º | 0.8% | 0.48% | - |
| HSV(B) | 167.51º | 0.89% | 0.87% | - |
| XYZ | 34.47 | 55.2 | 52.02 | - |
| YUV | 157.42 | 140.73 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 180 | 0.89 | 0 | 0.19 | 0.13 | 167.51 | 0.8 | 0.48 |
| Hex | 18 | DD | B4 | 59 | 0 | 13 | D | A8 | 50 | 30 |
| Octal | 30 | 335 | 264 | 131 | 0 | 23 | 15 | 250 | 120 | 60 |
| Binary | 11000 | 11011101 | 10110100 | 1011001 | 0 | 10011 | 1101 | 10101000 | 1010000 | 110000 |
Color Harmonies of #18DDB4
Complementary color
Monochromatic Colors of #18DDB4
Black with #18DDB4
Text Example
Text Example
White with #18DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDB4; }
p { color: rgb(24,221,180); }
H1.HeaderClassName
{
color: #18DDB4;
}
.AnyTagClassName
{
color: #18DDB4;
}
</style>
background-color css
<style>
a { background-color: #18DDB4; }
a { background-color: rgb(24,221,180); }
div.DivClassName
{
background-color: #18DDB4;
}
.BgClassName
{
background-color: #18DDB4;
}
</style>
border-color css
<style>
span { border-color: #18DDB4; }
span { border-color: rgb(24,221,180); }
td.TdClassName
{
border-color: #18DDB4;
}
.TagClassName
{
border-color: #18DDB4;
}
</style>