Shades of Caribbean Green #18DCB3
Tints of Caribbean Green #18DCB3
RGB
CMYK
RGB Variations
Color information
#18DCB3 (or 0x18DCB3) is known color: Caribbean Green. HEX triplet: 18, DC and B3. RGB value is (24,220,179). Sum of RGB (Red+Green+Blue) = 24+220+179=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCB3 is #E7234C. Grayscale: #9C9C9C. Windows color (decimal): -15147853 or 11787288. OLE color: 11787288.
HSL color Cylindrical-coordinate representation of color #18DCB3: hue angle of 167.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DCB3 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 179 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.14 |
| HSL | 167.45º | 0.8% | 0.48% | - |
| HSV(B) | 167.45º | 0.89% | 0.86% | - |
| XYZ | 34.11 | 54.64 | 51.4 | - |
| YUV | 156.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 179 | 0.89 | 0 | 0.19 | 0.14 | 167.45 | 0.8 | 0.48 |
| Hex | 18 | DC | B3 | 59 | 0 | 13 | E | A7 | 50 | 30 |
| Octal | 30 | 334 | 263 | 131 | 0 | 23 | 16 | 247 | 120 | 60 |
| Binary | 11000 | 11011100 | 10110011 | 1011001 | 0 | 10011 | 1110 | 10100111 | 1010000 | 110000 |
Color Harmonies of #18DCB3
Complementary color
Monochromatic Colors of #18DCB3
Black with #18DCB3
Text Example
Text Example
White with #18DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCB3; }
p { color: rgb(24,220,179); }
H1.HeaderClassName
{
color: #18DCB3;
}
.AnyTagClassName
{
color: #18DCB3;
}
</style>
background-color css
<style>
a { background-color: #18DCB3; }
a { background-color: rgb(24,220,179); }
div.DivClassName
{
background-color: #18DCB3;
}
.BgClassName
{
background-color: #18DCB3;
}
</style>
border-color css
<style>
span { border-color: #18DCB3; }
span { border-color: rgb(24,220,179); }
td.TdClassName
{
border-color: #18DCB3;
}
.TagClassName
{
border-color: #18DCB3;
}
</style>