Shades of Caribbean Green #12D699
Tints of Caribbean Green #12D699
RGB
CMYK
RGB Variations
Color information
#12D699 (or 0x12D699) is known color: Caribbean Green. HEX triplet: 12, D6 and 99. RGB value is (18,214,153). Sum of RGB (Red+Green+Blue) = 18+214+153=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #12D699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D699 is #ED2966. Grayscale: #949494. Windows color (decimal): -15542631 or 10081810. OLE color: 10081810.
HSL color Cylindrical-coordinate representation of color #12D699: hue angle of 161.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D699 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 153 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.16 |
| HSL | 161.33º | 0.84% | 0.45% | - |
| HSV(B) | 161.33º | 0.92% | 0.84% | - |
| XYZ | 30.05 | 50.52 | 38.31 | - |
| YUV | 148.44 | 130.57 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 153 | 0.92 | 0 | 0.29 | 0.16 | 161.33 | 0.84 | 0.45 |
| Hex | 12 | D6 | 99 | 5C | 0 | 1D | 10 | A1 | 54 | 2D |
| Octal | 22 | 326 | 231 | 134 | 0 | 35 | 20 | 241 | 124 | 55 |
| Binary | 10010 | 11010110 | 10011001 | 1011100 | 0 | 11101 | 10000 | 10100001 | 1010100 | 101101 |
Color Harmonies of #12D699
Complementary color
Monochromatic Colors of #12D699
Black with #12D699
Text Example
Text Example
White with #12D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D699; }
p { color: rgb(18,214,153); }
H1.HeaderClassName
{
color: #12D699;
}
.AnyTagClassName
{
color: #12D699;
}
</style>
background-color css
<style>
a { background-color: #12D699; }
a { background-color: rgb(18,214,153); }
div.DivClassName
{
background-color: #12D699;
}
.BgClassName
{
background-color: #12D699;
}
</style>
border-color css
<style>
span { border-color: #12D699; }
span { border-color: rgb(18,214,153); }
td.TdClassName
{
border-color: #12D699;
}
.TagClassName
{
border-color: #12D699;
}
</style>