Shades of Caribbean Green #12D092
Tints of Caribbean Green #12D092
RGB
CMYK
RGB Variations
Color information
#12D092 (or 0x12D092) is known color: Caribbean Green. HEX triplet: 12, D0 and 92. RGB value is (18,208,146). Sum of RGB (Red+Green+Blue) = 18+208+146=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #12D092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D092 is #ED2F6D. Grayscale: #909090. Windows color (decimal): -15544174 or 9621522. OLE color: 9621522.
HSL color Cylindrical-coordinate representation of color #12D092: hue angle of 160.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D092 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 146 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.18 |
| HSL | 160.42º | 0.84% | 0.44% | - |
| HSV(B) | 160.42º | 0.91% | 0.82% | - |
| XYZ | 27.99 | 47.32 | 34.85 | - |
| YUV | 144.12 | 129.05 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 146 | 0.91 | 0 | 0.30 | 0.18 | 160.42 | 0.84 | 0.44 |
| Hex | 12 | D0 | 92 | 5B | 0 | 1E | 12 | A0 | 54 | 2C |
| Octal | 22 | 320 | 222 | 133 | 0 | 36 | 22 | 240 | 124 | 54 |
| Binary | 10010 | 11010000 | 10010010 | 1011011 | 0 | 11110 | 10010 | 10100000 | 1010100 | 101100 |
Color Harmonies of #12D092
Complementary color
Monochromatic Colors of #12D092
Black with #12D092
Text Example
Text Example
White with #12D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D092; }
p { color: rgb(18,208,146); }
H1.HeaderClassName
{
color: #12D092;
}
.AnyTagClassName
{
color: #12D092;
}
</style>
background-color css
<style>
a { background-color: #12D092; }
a { background-color: rgb(18,208,146); }
div.DivClassName
{
background-color: #12D092;
}
.BgClassName
{
background-color: #12D092;
}
</style>
border-color css
<style>
span { border-color: #12D092; }
span { border-color: rgb(18,208,146); }
td.TdClassName
{
border-color: #12D092;
}
.TagClassName
{
border-color: #12D092;
}
</style>