Shades of Caribbean Green #12DB9C
Tints of Caribbean Green #12DB9C
RGB
CMYK
RGB Variations
Color information
#12DB9C (or 0x12DB9C) is known color: Caribbean Green. HEX triplet: 12, DB and 9C. RGB value is (18,219,156). Sum of RGB (Red+Green+Blue) = 18+219+156=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DB9C is #ED2463. Grayscale: #979797. Windows color (decimal): -15541348 or 10279698. OLE color: 10279698.
HSL color Cylindrical-coordinate representation of color #12DB9C: hue angle of 161.19º 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 #12DB9C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 156 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.14 |
| HSL | 161.19º | 0.85% | 0.46% | - |
| HSV(B) | 161.19º | 0.92% | 0.86% | - |
| XYZ | 31.58 | 53.19 | 40.06 | - |
| YUV | 151.72 | 130.41 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 156 | 0.92 | 0 | 0.29 | 0.14 | 161.19 | 0.85 | 0.46 |
| Hex | 12 | DB | 9C | 5C | 0 | 1D | E | A1 | 55 | 2E |
| Octal | 22 | 333 | 234 | 134 | 0 | 35 | 16 | 241 | 125 | 56 |
| Binary | 10010 | 11011011 | 10011100 | 1011100 | 0 | 11101 | 1110 | 10100001 | 1010101 | 101110 |
Color Harmonies of #12DB9C
Complementary color
Monochromatic Colors of #12DB9C
Black with #12DB9C
Text Example
Text Example
White with #12DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB9C; }
p { color: rgb(18,219,156); }
H1.HeaderClassName
{
color: #12DB9C;
}
.AnyTagClassName
{
color: #12DB9C;
}
</style>
background-color css
<style>
a { background-color: #12DB9C; }
a { background-color: rgb(18,219,156); }
div.DivClassName
{
background-color: #12DB9C;
}
.BgClassName
{
background-color: #12DB9C;
}
</style>
border-color css
<style>
span { border-color: #12DB9C; }
span { border-color: rgb(18,219,156); }
td.TdClassName
{
border-color: #12DB9C;
}
.TagClassName
{
border-color: #12DB9C;
}
</style>