Shades of Caribbean Green #12D295
Tints of Caribbean Green #12D295
RGB
CMYK
RGB Variations
Color information
#12D295 (or 0x12D295) is known color: Caribbean Green. HEX triplet: 12, D2 and 95. RGB value is (18,210,149). Sum of RGB (Red+Green+Blue) = 18+210+149=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #12D295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D295 is #ED2D6A. Grayscale: #919191. Windows color (decimal): -15543659 or 9818642. OLE color: 9818642.
HSL color Cylindrical-coordinate representation of color #12D295: hue angle of 160.94º 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 #12D295 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 149 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.18 |
| HSL | 160.94º | 0.84% | 0.45% | - |
| HSV(B) | 160.94º | 0.91% | 0.82% | - |
| XYZ | 28.72 | 48.39 | 36.26 | - |
| YUV | 145.64 | 129.89 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 149 | 0.91 | 0 | 0.29 | 0.18 | 160.94 | 0.84 | 0.45 |
| Hex | 12 | D2 | 95 | 5B | 0 | 1D | 12 | A1 | 54 | 2D |
| Octal | 22 | 322 | 225 | 133 | 0 | 35 | 22 | 241 | 124 | 55 |
| Binary | 10010 | 11010010 | 10010101 | 1011011 | 0 | 11101 | 10010 | 10100001 | 1010100 | 101101 |
Color Harmonies of #12D295
Complementary color
Monochromatic Colors of #12D295
Black with #12D295
Text Example
Text Example
White with #12D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D295; }
p { color: rgb(18,210,149); }
H1.HeaderClassName
{
color: #12D295;
}
.AnyTagClassName
{
color: #12D295;
}
</style>
background-color css
<style>
a { background-color: #12D295; }
a { background-color: rgb(18,210,149); }
div.DivClassName
{
background-color: #12D295;
}
.BgClassName
{
background-color: #12D295;
}
</style>
border-color css
<style>
span { border-color: #12D295; }
span { border-color: rgb(18,210,149); }
td.TdClassName
{
border-color: #12D295;
}
.TagClassName
{
border-color: #12D295;
}
</style>