Shades of Caribbean Green #12D799
Tints of Caribbean Green #12D799
RGB
CMYK
RGB Variations
Color information
#12D799 (or 0x12D799) is known color: Caribbean Green. HEX triplet: 12, D7 and 99. RGB value is (18,215,153). Sum of RGB (Red+Green+Blue) = 18+215+153=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #12D799 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D799 is #ED2866. Grayscale: #959595. Windows color (decimal): -15542375 or 10082066. OLE color: 10082066.
HSL color Cylindrical-coordinate representation of color #12D799: hue angle of 161.12º 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 #12D799 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 153 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.16 |
| HSL | 161.12º | 0.85% | 0.46% | - |
| HSV(B) | 161.12º | 0.92% | 0.84% | - |
| XYZ | 30.3 | 51.03 | 38.39 | - |
| YUV | 149.03 | 130.23 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 153 | 0.92 | 0 | 0.29 | 0.16 | 161.12 | 0.85 | 0.46 |
| Hex | 12 | D7 | 99 | 5C | 0 | 1D | 10 | A1 | 55 | 2E |
| Octal | 22 | 327 | 231 | 134 | 0 | 35 | 20 | 241 | 125 | 56 |
| Binary | 10010 | 11010111 | 10011001 | 1011100 | 0 | 11101 | 10000 | 10100001 | 1010101 | 101110 |
Color Harmonies of #12D799
Complementary color
Monochromatic Colors of #12D799
Black with #12D799
Text Example
Text Example
White with #12D799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D799; }
p { color: rgb(18,215,153); }
H1.HeaderClassName
{
color: #12D799;
}
.AnyTagClassName
{
color: #12D799;
}
</style>
background-color css
<style>
a { background-color: #12D799; }
a { background-color: rgb(18,215,153); }
div.DivClassName
{
background-color: #12D799;
}
.BgClassName
{
background-color: #12D799;
}
</style>
border-color css
<style>
span { border-color: #12D799; }
span { border-color: rgb(18,215,153); }
td.TdClassName
{
border-color: #12D799;
}
.TagClassName
{
border-color: #12D799;
}
</style>