Shades of Caribbean Green #18DDB3
Tints of Caribbean Green #18DDB3
RGB
CMYK
RGB Variations
Color information
#18DDB3 (or 0x18DDB3) is known color: Caribbean Green. HEX triplet: 18, DD and B3. RGB value is (24,221,179). Sum of RGB (Red+Green+Blue) = 24+221+179=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDB3 is #E7224C. Grayscale: #9D9D9D. Windows color (decimal): -15147597 or 11787544. OLE color: 11787544.
HSL color Cylindrical-coordinate representation of color #18DDB3: hue angle of 167.21º 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 #18DDB3 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 179 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.13 |
| HSL | 167.21º | 0.8% | 0.48% | - |
| HSV(B) | 167.21º | 0.89% | 0.87% | - |
| XYZ | 34.37 | 55.16 | 51.48 | - |
| YUV | 157.31 | 140.23 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 179 | 0.89 | 0 | 0.19 | 0.13 | 167.21 | 0.8 | 0.48 |
| Hex | 18 | DD | B3 | 59 | 0 | 13 | D | A7 | 50 | 30 |
| Octal | 30 | 335 | 263 | 131 | 0 | 23 | 15 | 247 | 120 | 60 |
| Binary | 11000 | 11011101 | 10110011 | 1011001 | 0 | 10011 | 1101 | 10100111 | 1010000 | 110000 |
Color Harmonies of #18DDB3
Complementary color
Monochromatic Colors of #18DDB3
Black with #18DDB3
Text Example
Text Example
White with #18DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDB3; }
p { color: rgb(24,221,179); }
H1.HeaderClassName
{
color: #18DDB3;
}
.AnyTagClassName
{
color: #18DDB3;
}
</style>
background-color css
<style>
a { background-color: #18DDB3; }
a { background-color: rgb(24,221,179); }
div.DivClassName
{
background-color: #18DDB3;
}
.BgClassName
{
background-color: #18DDB3;
}
</style>
border-color css
<style>
span { border-color: #18DDB3; }
span { border-color: rgb(24,221,179); }
td.TdClassName
{
border-color: #18DDB3;
}
.TagClassName
{
border-color: #18DDB3;
}
</style>