Shades of Caribbean Green #12D39D
Tints of Caribbean Green #12D39D
RGB
CMYK
RGB Variations
Color information
#12D39D (or 0x12D39D) is known color: Caribbean Green. HEX triplet: 12, D3 and 9D. RGB value is (18,211,157). Sum of RGB (Red+Green+Blue) = 18+211+157=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #12D39D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D39D is #ED2C62. Grayscale: #939393. Windows color (decimal): -15543395 or 10343186. OLE color: 10343186.
HSL color Cylindrical-coordinate representation of color #12D39D: hue angle of 163.21º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D39D is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 157 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.17 |
| HSL | 163.21º | 0.84% | 0.45% | - |
| HSV(B) | 163.21º | 0.91% | 0.83% | - |
| XYZ | 29.63 | 49.15 | 39.82 | - |
| YUV | 147.14 | 133.56 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 157 | 0.91 | 0 | 0.26 | 0.17 | 163.21 | 0.84 | 0.45 |
| Hex | 12 | D3 | 9D | 5B | 0 | 1A | 11 | A3 | 54 | 2D |
| Octal | 22 | 323 | 235 | 133 | 0 | 32 | 21 | 243 | 124 | 55 |
| Binary | 10010 | 11010011 | 10011101 | 1011011 | 0 | 11010 | 10001 | 10100011 | 1010100 | 101101 |
Color Harmonies of #12D39D
Complementary color
Monochromatic Colors of #12D39D
Black with #12D39D
Text Example
Text Example
White with #12D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D39D; }
p { color: rgb(18,211,157); }
H1.HeaderClassName
{
color: #12D39D;
}
.AnyTagClassName
{
color: #12D39D;
}
</style>
background-color css
<style>
a { background-color: #12D39D; }
a { background-color: rgb(18,211,157); }
div.DivClassName
{
background-color: #12D39D;
}
.BgClassName
{
background-color: #12D39D;
}
</style>
border-color css
<style>
span { border-color: #12D39D; }
span { border-color: rgb(18,211,157); }
td.TdClassName
{
border-color: #12D39D;
}
.TagClassName
{
border-color: #12D39D;
}
</style>