Shades of Caribbean Green #12D998
Tints of Caribbean Green #12D998
RGB
CMYK
RGB Variations
Color information
#12D998 (or 0x12D998) is known color: Caribbean Green. HEX triplet: 12, D9 and 98. RGB value is (18,217,152). Sum of RGB (Red+Green+Blue) = 18+217+152=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #12D998 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D998 is #ED2667. Grayscale: #969696. Windows color (decimal): -15541864 or 10017042. OLE color: 10017042.
HSL color Cylindrical-coordinate representation of color #12D998: hue angle of 160.4º 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 #12D998 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 152 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.15 |
| HSL | 160.4º | 0.85% | 0.46% | - |
| HSV(B) | 160.4º | 0.92% | 0.85% | - |
| XYZ | 30.73 | 52.02 | 38.13 | - |
| YUV | 150.09 | 129.07 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 152 | 0.92 | 0 | 0.30 | 0.15 | 160.4 | 0.85 | 0.46 |
| Hex | 12 | D9 | 98 | 5C | 0 | 1E | F | A0 | 55 | 2E |
| Octal | 22 | 331 | 230 | 134 | 0 | 36 | 17 | 240 | 125 | 56 |
| Binary | 10010 | 11011001 | 10011000 | 1011100 | 0 | 11110 | 1111 | 10100000 | 1010101 | 101110 |
Color Harmonies of #12D998
Complementary color
Monochromatic Colors of #12D998
Black with #12D998
Text Example
Text Example
White with #12D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D998; }
p { color: rgb(18,217,152); }
H1.HeaderClassName
{
color: #12D998;
}
.AnyTagClassName
{
color: #12D998;
}
</style>
background-color css
<style>
a { background-color: #12D998; }
a { background-color: rgb(18,217,152); }
div.DivClassName
{
background-color: #12D998;
}
.BgClassName
{
background-color: #12D998;
}
</style>
border-color css
<style>
span { border-color: #12D998; }
span { border-color: rgb(18,217,152); }
td.TdClassName
{
border-color: #12D998;
}
.TagClassName
{
border-color: #12D998;
}
</style>