Shades of Caribbean Green #12DA83
Tints of Caribbean Green #12DA83
RGB
CMYK
RGB Variations
Color information
#12DA83 (or 0x12DA83) is known color: Caribbean Green. HEX triplet: 12, DA and 83. RGB value is (18,218,131). Sum of RGB (Red+Green+Blue) = 18+218+131=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DA83 is #ED257C. Grayscale: #949494. Windows color (decimal): -15541629 or 8641042. OLE color: 8641042.
HSL color Cylindrical-coordinate representation of color #12DA83: hue angle of 153.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA83 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 131 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.15 |
| HSL | 153.9º | 0.85% | 0.46% | - |
| HSV(B) | 153.9º | 0.92% | 0.85% | - |
| XYZ | 29.42 | 51.91 | 29.94 | - |
| YUV | 148.28 | 118.24 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 131 | 0.92 | 0 | 0.40 | 0.15 | 153.9 | 0.85 | 0.46 |
| Hex | 12 | DA | 83 | 5C | 0 | 28 | F | 9A | 55 | 2E |
| Octal | 22 | 332 | 203 | 134 | 0 | 50 | 17 | 232 | 125 | 56 |
| Binary | 10010 | 11011010 | 10000011 | 1011100 | 0 | 101000 | 1111 | 10011010 | 1010101 | 101110 |
Color Harmonies of #12DA83
Complementary color
Monochromatic Colors of #12DA83
Black with #12DA83
Text Example
Text Example
White with #12DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA83; }
p { color: rgb(18,218,131); }
H1.HeaderClassName
{
color: #12DA83;
}
.AnyTagClassName
{
color: #12DA83;
}
</style>
background-color css
<style>
a { background-color: #12DA83; }
a { background-color: rgb(18,218,131); }
div.DivClassName
{
background-color: #12DA83;
}
.BgClassName
{
background-color: #12DA83;
}
</style>
border-color css
<style>
span { border-color: #12DA83; }
span { border-color: rgb(18,218,131); }
td.TdClassName
{
border-color: #12DA83;
}
.TagClassName
{
border-color: #12DA83;
}
</style>