Shades of Caribbean Green #12D797
Tints of Caribbean Green #12D797
RGB
CMYK
RGB Variations
Color information
#12D797 (or 0x12D797) is known color: Caribbean Green. HEX triplet: 12, D7 and 97. RGB value is (18,215,151). Sum of RGB (Red+Green+Blue) = 18+215+151=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #12D797 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D797 is #ED2868. Grayscale: #949494. Windows color (decimal): -15542377 or 9950994. OLE color: 9950994.
HSL color Cylindrical-coordinate representation of color #12D797: hue angle of 160.51º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D797 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 151 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.16 |
| HSL | 160.51º | 0.85% | 0.46% | - |
| HSV(B) | 160.51º | 0.92% | 0.84% | - |
| XYZ | 30.14 | 50.96 | 37.53 | - |
| YUV | 148.8 | 129.23 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 151 | 0.92 | 0 | 0.30 | 0.16 | 160.51 | 0.85 | 0.46 |
| Hex | 12 | D7 | 97 | 5C | 0 | 1E | 10 | A1 | 55 | 2E |
| Octal | 22 | 327 | 227 | 134 | 0 | 36 | 20 | 241 | 125 | 56 |
| Binary | 10010 | 11010111 | 10010111 | 1011100 | 0 | 11110 | 10000 | 10100001 | 1010101 | 101110 |
Color Harmonies of #12D797
Complementary color
Monochromatic Colors of #12D797
Black with #12D797
Text Example
Text Example
White with #12D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D797; }
p { color: rgb(18,215,151); }
H1.HeaderClassName
{
color: #12D797;
}
.AnyTagClassName
{
color: #12D797;
}
</style>
background-color css
<style>
a { background-color: #12D797; }
a { background-color: rgb(18,215,151); }
div.DivClassName
{
background-color: #12D797;
}
.BgClassName
{
background-color: #12D797;
}
</style>
border-color css
<style>
span { border-color: #12D797; }
span { border-color: rgb(18,215,151); }
td.TdClassName
{
border-color: #12D797;
}
.TagClassName
{
border-color: #12D797;
}
</style>