Shades of Caribbean Green #12D982
Tints of Caribbean Green #12D982
RGB
CMYK
RGB Variations
Color information
#12D982 (or 0x12D982) is known color: Caribbean Green. HEX triplet: 12, D9 and 82. RGB value is (18,217,130). Sum of RGB (Red+Green+Blue) = 18+217+130=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #12D982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D982 is #ED267D. Grayscale: #939393. Windows color (decimal): -15541886 or 8575250. OLE color: 8575250.
HSL color Cylindrical-coordinate representation of color #12D982: hue angle of 153.77º 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 #12D982 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 130 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.15 |
| HSL | 153.77º | 0.85% | 0.46% | - |
| HSV(B) | 153.77º | 0.92% | 0.85% | - |
| XYZ | 29.09 | 51.37 | 29.5 | - |
| YUV | 147.58 | 118.07 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 130 | 0.92 | 0 | 0.40 | 0.15 | 153.77 | 0.85 | 0.46 |
| Hex | 12 | D9 | 82 | 5C | 0 | 28 | F | 9A | 55 | 2E |
| Octal | 22 | 331 | 202 | 134 | 0 | 50 | 17 | 232 | 125 | 56 |
| Binary | 10010 | 11011001 | 10000010 | 1011100 | 0 | 101000 | 1111 | 10011010 | 1010101 | 101110 |
Color Harmonies of #12D982
Complementary color
Monochromatic Colors of #12D982
Black with #12D982
Text Example
Text Example
White with #12D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D982; }
p { color: rgb(18,217,130); }
H1.HeaderClassName
{
color: #12D982;
}
.AnyTagClassName
{
color: #12D982;
}
</style>
background-color css
<style>
a { background-color: #12D982; }
a { background-color: rgb(18,217,130); }
div.DivClassName
{
background-color: #12D982;
}
.BgClassName
{
background-color: #12D982;
}
</style>
border-color css
<style>
span { border-color: #12D982; }
span { border-color: rgb(18,217,130); }
td.TdClassName
{
border-color: #12D982;
}
.TagClassName
{
border-color: #12D982;
}
</style>