Shades of Caribbean Green #12D387
Tints of Caribbean Green #12D387
RGB
CMYK
RGB Variations
Color information
#12D387 (or 0x12D387) is known color: Caribbean Green. HEX triplet: 12, D3 and 87. RGB value is (18,211,135). Sum of RGB (Red+Green+Blue) = 18+211+135=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #12D387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D387 is #ED2C78. Grayscale: #909090. Windows color (decimal): -15543417 or 8901394. OLE color: 8901394.
HSL color Cylindrical-coordinate representation of color #12D387: hue angle of 156.37º 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 #12D387 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 135 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.17 |
| HSL | 156.37º | 0.84% | 0.45% | - |
| HSV(B) | 156.37º | 0.91% | 0.83% | - |
| XYZ | 27.92 | 48.47 | 30.81 | - |
| YUV | 144.63 | 122.56 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 135 | 0.91 | 0 | 0.36 | 0.17 | 156.37 | 0.84 | 0.45 |
| Hex | 12 | D3 | 87 | 5B | 0 | 24 | 11 | 9C | 54 | 2D |
| Octal | 22 | 323 | 207 | 133 | 0 | 44 | 21 | 234 | 124 | 55 |
| Binary | 10010 | 11010011 | 10000111 | 1011011 | 0 | 100100 | 10001 | 10011100 | 1010100 | 101101 |
Color Harmonies of #12D387
Complementary color
Monochromatic Colors of #12D387
Black with #12D387
Text Example
Text Example
White with #12D387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D387; }
p { color: rgb(18,211,135); }
H1.HeaderClassName
{
color: #12D387;
}
.AnyTagClassName
{
color: #12D387;
}
</style>
background-color css
<style>
a { background-color: #12D387; }
a { background-color: rgb(18,211,135); }
div.DivClassName
{
background-color: #12D387;
}
.BgClassName
{
background-color: #12D387;
}
</style>
border-color css
<style>
span { border-color: #12D387; }
span { border-color: rgb(18,211,135); }
td.TdClassName
{
border-color: #12D387;
}
.TagClassName
{
border-color: #12D387;
}
</style>