Shades of Caribbean Green #12D294
Tints of Caribbean Green #12D294
RGB
CMYK
RGB Variations
Color information
#12D294 (or 0x12D294) is known color: Caribbean Green. HEX triplet: 12, D2 and 94. RGB value is (18,210,148). Sum of RGB (Red+Green+Blue) = 18+210+148=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #12D294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D294 is #ED2D6B. Grayscale: #919191. Windows color (decimal): -15543660 or 9753106. OLE color: 9753106.
HSL color Cylindrical-coordinate representation of color #12D294: hue angle of 160.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D294 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 148 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.18 |
| HSL | 160.63º | 0.84% | 0.45% | - |
| HSV(B) | 160.63º | 0.91% | 0.82% | - |
| XYZ | 28.64 | 48.36 | 35.84 | - |
| YUV | 145.52 | 129.39 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 148 | 0.91 | 0 | 0.30 | 0.18 | 160.63 | 0.84 | 0.45 |
| Hex | 12 | D2 | 94 | 5B | 0 | 1E | 12 | A1 | 54 | 2D |
| Octal | 22 | 322 | 224 | 133 | 0 | 36 | 22 | 241 | 124 | 55 |
| Binary | 10010 | 11010010 | 10010100 | 1011011 | 0 | 11110 | 10010 | 10100001 | 1010100 | 101101 |
Color Harmonies of #12D294
Complementary color
Monochromatic Colors of #12D294
Black with #12D294
Text Example
Text Example
White with #12D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D294; }
p { color: rgb(18,210,148); }
H1.HeaderClassName
{
color: #12D294;
}
.AnyTagClassName
{
color: #12D294;
}
</style>
background-color css
<style>
a { background-color: #12D294; }
a { background-color: rgb(18,210,148); }
div.DivClassName
{
background-color: #12D294;
}
.BgClassName
{
background-color: #12D294;
}
</style>
border-color css
<style>
span { border-color: #12D294; }
span { border-color: rgb(18,210,148); }
td.TdClassName
{
border-color: #12D294;
}
.TagClassName
{
border-color: #12D294;
}
</style>