Shades of Caribbean Green #12DC83
Tints of Caribbean Green #12DC83
RGB
CMYK
RGB Variations
Color information
#12DC83 (or 0x12DC83) is known color: Caribbean Green. HEX triplet: 12, DC and 83. RGB value is (18,220,131). Sum of RGB (Red+Green+Blue) = 18+220+131=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC83 is #ED237C. Grayscale: #959595. Windows color (decimal): -15541117 or 8641554. OLE color: 8641554.
HSL color Cylindrical-coordinate representation of color #12DC83: hue angle of 153.56º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC83 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 131 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.14 |
| HSL | 153.56º | 0.85% | 0.47% | - |
| HSV(B) | 153.56º | 0.92% | 0.86% | - |
| XYZ | 29.94 | 52.95 | 30.12 | - |
| YUV | 149.46 | 117.58 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 131 | 0.92 | 0 | 0.40 | 0.14 | 153.56 | 0.85 | 0.47 |
| Hex | 12 | DC | 83 | 5C | 0 | 28 | E | 9A | 55 | 2F |
| Octal | 22 | 334 | 203 | 134 | 0 | 50 | 16 | 232 | 125 | 57 |
| Binary | 10010 | 11011100 | 10000011 | 1011100 | 0 | 101000 | 1110 | 10011010 | 1010101 | 101111 |
Color Harmonies of #12DC83
Complementary color
Monochromatic Colors of #12DC83
Black with #12DC83
Text Example
Text Example
White with #12DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC83; }
p { color: rgb(18,220,131); }
H1.HeaderClassName
{
color: #12DC83;
}
.AnyTagClassName
{
color: #12DC83;
}
</style>
background-color css
<style>
a { background-color: #12DC83; }
a { background-color: rgb(18,220,131); }
div.DivClassName
{
background-color: #12DC83;
}
.BgClassName
{
background-color: #12DC83;
}
</style>
border-color css
<style>
span { border-color: #12DC83; }
span { border-color: rgb(18,220,131); }
td.TdClassName
{
border-color: #12DC83;
}
.TagClassName
{
border-color: #12DC83;
}
</style>