Shades of Caribbean Green #12DBAB
Tints of Caribbean Green #12DBAB
RGB
CMYK
RGB Variations
Color information
#12DBAB (or 0x12DBAB) is known color: Caribbean Green. HEX triplet: 12, DB and AB. RGB value is (18,219,171). Sum of RGB (Red+Green+Blue) = 18+219+171=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DBAB is #ED2454. Grayscale: #999999. Windows color (decimal): -15541333 or 11262738. OLE color: 11262738.
HSL color Cylindrical-coordinate representation of color #12DBAB: hue angle of 165.67º 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 #12DBAB is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 171 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.14 |
| HSL | 165.67º | 0.85% | 0.46% | - |
| HSV(B) | 165.67º | 0.92% | 0.86% | - |
| XYZ | 32.93 | 53.73 | 47.16 | - |
| YUV | 153.43 | 137.91 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 171 | 0.92 | 0 | 0.22 | 0.14 | 165.67 | 0.85 | 0.46 |
| Hex | 12 | DB | AB | 5C | 0 | 16 | E | A6 | 55 | 2E |
| Octal | 22 | 333 | 253 | 134 | 0 | 26 | 16 | 246 | 125 | 56 |
| Binary | 10010 | 11011011 | 10101011 | 1011100 | 0 | 10110 | 1110 | 10100110 | 1010101 | 101110 |
Color Harmonies of #12DBAB
Complementary color
Monochromatic Colors of #12DBAB
Black with #12DBAB
Text Example
Text Example
White with #12DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBAB; }
p { color: rgb(18,219,171); }
H1.HeaderClassName
{
color: #12DBAB;
}
.AnyTagClassName
{
color: #12DBAB;
}
</style>
background-color css
<style>
a { background-color: #12DBAB; }
a { background-color: rgb(18,219,171); }
div.DivClassName
{
background-color: #12DBAB;
}
.BgClassName
{
background-color: #12DBAB;
}
</style>
border-color css
<style>
span { border-color: #12DBAB; }
span { border-color: rgb(18,219,171); }
td.TdClassName
{
border-color: #12DBAB;
}
.TagClassName
{
border-color: #12DBAB;
}
</style>