Shades of Caribbean Green #12D897
Tints of Caribbean Green #12D897
RGB
CMYK
RGB Variations
Color information
#12D897 (or 0x12D897) is known color: Caribbean Green. HEX triplet: 12, D8 and 97. RGB value is (18,216,151). Sum of RGB (Red+Green+Blue) = 18+216+151=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #12D897 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D897 is #ED2768. Grayscale: #959595. Windows color (decimal): -15542121 or 9951250. OLE color: 9951250.
HSL color Cylindrical-coordinate representation of color #12D897: hue angle of 160.3º 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 #12D897 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 151 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.15 |
| HSL | 160.3º | 0.85% | 0.46% | - |
| HSV(B) | 160.3º | 0.92% | 0.85% | - |
| XYZ | 30.39 | 51.47 | 37.61 | - |
| YUV | 149.39 | 128.9 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 151 | 0.92 | 0 | 0.30 | 0.15 | 160.3 | 0.85 | 0.46 |
| Hex | 12 | D8 | 97 | 5C | 0 | 1E | F | A0 | 55 | 2E |
| Octal | 22 | 330 | 227 | 134 | 0 | 36 | 17 | 240 | 125 | 56 |
| Binary | 10010 | 11011000 | 10010111 | 1011100 | 0 | 11110 | 1111 | 10100000 | 1010101 | 101110 |
Color Harmonies of #12D897
Complementary color
Monochromatic Colors of #12D897
Black with #12D897
Text Example
Text Example
White with #12D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D897; }
p { color: rgb(18,216,151); }
H1.HeaderClassName
{
color: #12D897;
}
.AnyTagClassName
{
color: #12D897;
}
</style>
background-color css
<style>
a { background-color: #12D897; }
a { background-color: rgb(18,216,151); }
div.DivClassName
{
background-color: #12D897;
}
.BgClassName
{
background-color: #12D897;
}
</style>
border-color css
<style>
span { border-color: #12D897; }
span { border-color: rgb(18,216,151); }
td.TdClassName
{
border-color: #12D897;
}
.TagClassName
{
border-color: #12D897;
}
</style>