Shades of Caribbean Green #12DBAC
Tints of Caribbean Green #12DBAC
RGB
CMYK
RGB Variations
Color information
#12DBAC (or 0x12DBAC) is known color: Caribbean Green. HEX triplet: 12, DB and AC. RGB value is (18,219,172). Sum of RGB (Red+Green+Blue) = 18+219+172=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DBAC is #ED2453. Grayscale: #999999. Windows color (decimal): -15541332 or 11328274. OLE color: 11328274.
HSL color Cylindrical-coordinate representation of color #12DBAC: hue angle of 165.97º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DBAC is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 172 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.14 |
| HSL | 165.97º | 0.85% | 0.46% | - |
| HSV(B) | 165.97º | 0.92% | 0.86% | - |
| XYZ | 33.03 | 53.77 | 47.67 | - |
| YUV | 153.54 | 138.41 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 172 | 0.92 | 0 | 0.21 | 0.14 | 165.97 | 0.85 | 0.46 |
| Hex | 12 | DB | AC | 5C | 0 | 15 | E | A6 | 55 | 2E |
| Octal | 22 | 333 | 254 | 134 | 0 | 25 | 16 | 246 | 125 | 56 |
| Binary | 10010 | 11011011 | 10101100 | 1011100 | 0 | 10101 | 1110 | 10100110 | 1010101 | 101110 |
Color Harmonies of #12DBAC
Complementary color
Monochromatic Colors of #12DBAC
Black with #12DBAC
Text Example
Text Example
White with #12DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBAC; }
p { color: rgb(18,219,172); }
H1.HeaderClassName
{
color: #12DBAC;
}
.AnyTagClassName
{
color: #12DBAC;
}
</style>
background-color css
<style>
a { background-color: #12DBAC; }
a { background-color: rgb(18,219,172); }
div.DivClassName
{
background-color: #12DBAC;
}
.BgClassName
{
background-color: #12DBAC;
}
</style>
border-color css
<style>
span { border-color: #12DBAC; }
span { border-color: rgb(18,219,172); }
td.TdClassName
{
border-color: #12DBAC;
}
.TagClassName
{
border-color: #12DBAC;
}
</style>