Shades of Caribbean Green #12D6B0
Tints of Caribbean Green #12D6B0
RGB
CMYK
RGB Variations
Color information
#12D6B0 (or 0x12D6B0) is known color: Caribbean Green. HEX triplet: 12, D6 and B0. RGB value is (18,214,176). Sum of RGB (Red+Green+Blue) = 18+214+176=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #12D6B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D6B0 is #ED294F. Grayscale: #979797. Windows color (decimal): -15542608 or 11589138. OLE color: 11589138.
HSL color Cylindrical-coordinate representation of color #12D6B0: hue angle of 168.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D6B0 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 176 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.16 |
| HSL | 168.37º | 0.84% | 0.45% | - |
| HSV(B) | 168.37º | 0.92% | 0.84% | - |
| XYZ | 32.13 | 51.36 | 49.29 | - |
| YUV | 151.06 | 142.07 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 176 | 0.92 | 0 | 0.18 | 0.16 | 168.37 | 0.84 | 0.45 |
| Hex | 12 | D6 | B0 | 5C | 0 | 12 | 10 | A8 | 54 | 2D |
| Octal | 22 | 326 | 260 | 134 | 0 | 22 | 20 | 250 | 124 | 55 |
| Binary | 10010 | 11010110 | 10110000 | 1011100 | 0 | 10010 | 10000 | 10101000 | 1010100 | 101101 |
Color Harmonies of #12D6B0
Complementary color
Monochromatic Colors of #12D6B0
Black with #12D6B0
Text Example
Text Example
White with #12D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D6B0; }
p { color: rgb(18,214,176); }
H1.HeaderClassName
{
color: #12D6B0;
}
.AnyTagClassName
{
color: #12D6B0;
}
</style>
background-color css
<style>
a { background-color: #12D6B0; }
a { background-color: rgb(18,214,176); }
div.DivClassName
{
background-color: #12D6B0;
}
.BgClassName
{
background-color: #12D6B0;
}
</style>
border-color css
<style>
span { border-color: #12D6B0; }
span { border-color: rgb(18,214,176); }
td.TdClassName
{
border-color: #12D6B0;
}
.TagClassName
{
border-color: #12D6B0;
}
</style>