Shades of Caribbean Green #12D790
Tints of Caribbean Green #12D790
RGB
CMYK
RGB Variations
Color information
#12D790 (or 0x12D790) is known color: Caribbean Green. HEX triplet: 12, D7 and 90. RGB value is (18,215,144). Sum of RGB (Red+Green+Blue) = 18+215+144=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #12D790 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D790 is #ED286F. Grayscale: #949494. Windows color (decimal): -15542384 or 9492242. OLE color: 9492242.
HSL color Cylindrical-coordinate representation of color #12D790: hue angle of 158.38º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D790 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 144 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.16 |
| HSL | 158.38º | 0.85% | 0.46% | - |
| HSV(B) | 158.38º | 0.92% | 0.84% | - |
| XYZ | 29.58 | 50.74 | 34.62 | - |
| YUV | 148 | 125.73 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 144 | 0.92 | 0 | 0.33 | 0.16 | 158.38 | 0.85 | 0.46 |
| Hex | 12 | D7 | 90 | 5C | 0 | 21 | 10 | 9E | 55 | 2E |
| Octal | 22 | 327 | 220 | 134 | 0 | 41 | 20 | 236 | 125 | 56 |
| Binary | 10010 | 11010111 | 10010000 | 1011100 | 0 | 100001 | 10000 | 10011110 | 1010101 | 101110 |
Color Harmonies of #12D790
Complementary color
Monochromatic Colors of #12D790
Black with #12D790
Text Example
Text Example
White with #12D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D790; }
p { color: rgb(18,215,144); }
H1.HeaderClassName
{
color: #12D790;
}
.AnyTagClassName
{
color: #12D790;
}
</style>
background-color css
<style>
a { background-color: #12D790; }
a { background-color: rgb(18,215,144); }
div.DivClassName
{
background-color: #12D790;
}
.BgClassName
{
background-color: #12D790;
}
</style>
border-color css
<style>
span { border-color: #12D790; }
span { border-color: rgb(18,215,144); }
td.TdClassName
{
border-color: #12D790;
}
.TagClassName
{
border-color: #12D790;
}
</style>