Shades of Caribbean Green #12D98F
Tints of Caribbean Green #12D98F
RGB
CMYK
RGB Variations
Color information
#12D98F (or 0x12D98F) is known color: Caribbean Green. HEX triplet: 12, D9 and 8F. RGB value is (18,217,143). Sum of RGB (Red+Green+Blue) = 18+217+143=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #12D98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D98F is #ED2670. Grayscale: #959595. Windows color (decimal): -15541873 or 9427218. OLE color: 9427218.
HSL color Cylindrical-coordinate representation of color #12D98F: hue angle of 157.69º 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 #12D98F is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 143 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.15 |
| HSL | 157.69º | 0.85% | 0.46% | - |
| HSV(B) | 157.69º | 0.92% | 0.85% | - |
| XYZ | 30.02 | 51.74 | 34.39 | - |
| YUV | 149.06 | 124.57 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 143 | 0.92 | 0 | 0.34 | 0.15 | 157.69 | 0.85 | 0.46 |
| Hex | 12 | D9 | 8F | 5C | 0 | 22 | F | 9E | 55 | 2E |
| Octal | 22 | 331 | 217 | 134 | 0 | 42 | 17 | 236 | 125 | 56 |
| Binary | 10010 | 11011001 | 10001111 | 1011100 | 0 | 100010 | 1111 | 10011110 | 1010101 | 101110 |
Color Harmonies of #12D98F
Complementary color
Monochromatic Colors of #12D98F
Black with #12D98F
Text Example
Text Example
White with #12D98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D98F; }
p { color: rgb(18,217,143); }
H1.HeaderClassName
{
color: #12D98F;
}
.AnyTagClassName
{
color: #12D98F;
}
</style>
background-color css
<style>
a { background-color: #12D98F; }
a { background-color: rgb(18,217,143); }
div.DivClassName
{
background-color: #12D98F;
}
.BgClassName
{
background-color: #12D98F;
}
</style>
border-color css
<style>
span { border-color: #12D98F; }
span { border-color: rgb(18,217,143); }
td.TdClassName
{
border-color: #12D98F;
}
.TagClassName
{
border-color: #12D98F;
}
</style>