Shades of Caribbean Green #12D8B3
Tints of Caribbean Green #12D8B3
RGB
CMYK
RGB Variations
Color information
#12D8B3 (or 0x12D8B3) is known color: Caribbean Green. HEX triplet: 12, D8 and B3. RGB value is (18,216,179). Sum of RGB (Red+Green+Blue) = 18+216+179=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #12D8B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D8B3 is #ED274C. Grayscale: #989898. Windows color (decimal): -15542093 or 11786258. OLE color: 11786258.
HSL color Cylindrical-coordinate representation of color #12D8B3: hue angle of 168.79º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D8B3 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 179 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.15 |
| HSL | 168.79º | 0.85% | 0.46% | - |
| HSV(B) | 168.79º | 0.92% | 0.85% | - |
| XYZ | 32.94 | 52.5 | 51.04 | - |
| YUV | 152.58 | 142.9 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 179 | 0.92 | 0 | 0.17 | 0.15 | 168.79 | 0.85 | 0.46 |
| Hex | 12 | D8 | B3 | 5C | 0 | 11 | F | A9 | 55 | 2E |
| Octal | 22 | 330 | 263 | 134 | 0 | 21 | 17 | 251 | 125 | 56 |
| Binary | 10010 | 11011000 | 10110011 | 1011100 | 0 | 10001 | 1111 | 10101001 | 1010101 | 101110 |
Color Harmonies of #12D8B3
Complementary color
Monochromatic Colors of #12D8B3
Black with #12D8B3
Text Example
Text Example
White with #12D8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D8B3; }
p { color: rgb(18,216,179); }
H1.HeaderClassName
{
color: #12D8B3;
}
.AnyTagClassName
{
color: #12D8B3;
}
</style>
background-color css
<style>
a { background-color: #12D8B3; }
a { background-color: rgb(18,216,179); }
div.DivClassName
{
background-color: #12D8B3;
}
.BgClassName
{
background-color: #12D8B3;
}
</style>
border-color css
<style>
span { border-color: #12D8B3; }
span { border-color: rgb(18,216,179); }
td.TdClassName
{
border-color: #12D8B3;
}
.TagClassName
{
border-color: #12D8B3;
}
</style>