Shades of Caribbean Green #12DF8F
Tints of Caribbean Green #12DF8F
RGB
CMYK
RGB Variations
Color information
#12DF8F (or 0x12DF8F) is known color: Caribbean Green. HEX triplet: 12, DF and 8F. RGB value is (18,223,143). Sum of RGB (Red+Green+Blue) = 18+223+143=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DF8F is #ED2070. Grayscale: #989898. Windows color (decimal): -15540337 or 9428754. OLE color: 9428754.
HSL color Cylindrical-coordinate representation of color #12DF8F: hue angle of 156.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF8F is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 143 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.13 |
| HSL | 156.59º | 0.85% | 0.47% | - |
| HSV(B) | 156.59º | 0.92% | 0.87% | - |
| XYZ | 31.6 | 54.89 | 34.92 | - |
| YUV | 152.59 | 122.58 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 143 | 0.92 | 0 | 0.36 | 0.13 | 156.59 | 0.85 | 0.47 |
| Hex | 12 | DF | 8F | 5C | 0 | 24 | D | 9D | 55 | 2F |
| Octal | 22 | 337 | 217 | 134 | 0 | 44 | 15 | 235 | 125 | 57 |
| Binary | 10010 | 11011111 | 10001111 | 1011100 | 0 | 100100 | 1101 | 10011101 | 1010101 | 101111 |
Color Harmonies of #12DF8F
Complementary color
Monochromatic Colors of #12DF8F
Black with #12DF8F
Text Example
Text Example
White with #12DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF8F; }
p { color: rgb(18,223,143); }
H1.HeaderClassName
{
color: #12DF8F;
}
.AnyTagClassName
{
color: #12DF8F;
}
</style>
background-color css
<style>
a { background-color: #12DF8F; }
a { background-color: rgb(18,223,143); }
div.DivClassName
{
background-color: #12DF8F;
}
.BgClassName
{
background-color: #12DF8F;
}
</style>
border-color css
<style>
span { border-color: #12DF8F; }
span { border-color: rgb(18,223,143); }
td.TdClassName
{
border-color: #12DF8F;
}
.TagClassName
{
border-color: #12DF8F;
}
</style>