Shades of Caribbean Green #12D685
Tints of Caribbean Green #12D685
RGB
CMYK
RGB Variations
Color information
#12D685 (or 0x12D685) is known color: Caribbean Green. HEX triplet: 12, D6 and 85. RGB value is (18,214,133). Sum of RGB (Red+Green+Blue) = 18+214+133=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #12D685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D685 is #ED297A. Grayscale: #929292. Windows color (decimal): -15542651 or 8771090. OLE color: 8771090.
HSL color Cylindrical-coordinate representation of color #12D685: hue angle of 155.2º 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 #12D685 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 133 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.16 |
| HSL | 155.2º | 0.84% | 0.45% | - |
| HSV(B) | 155.2º | 0.92% | 0.84% | - |
| XYZ | 28.53 | 49.92 | 30.32 | - |
| YUV | 146.16 | 120.57 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 133 | 0.92 | 0 | 0.38 | 0.16 | 155.2 | 0.84 | 0.45 |
| Hex | 12 | D6 | 85 | 5C | 0 | 26 | 10 | 9B | 54 | 2D |
| Octal | 22 | 326 | 205 | 134 | 0 | 46 | 20 | 233 | 124 | 55 |
| Binary | 10010 | 11010110 | 10000101 | 1011100 | 0 | 100110 | 10000 | 10011011 | 1010100 | 101101 |
Color Harmonies of #12D685
Complementary color
Monochromatic Colors of #12D685
Black with #12D685
Text Example
Text Example
White with #12D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D685; }
p { color: rgb(18,214,133); }
H1.HeaderClassName
{
color: #12D685;
}
.AnyTagClassName
{
color: #12D685;
}
</style>
background-color css
<style>
a { background-color: #12D685; }
a { background-color: rgb(18,214,133); }
div.DivClassName
{
background-color: #12D685;
}
.BgClassName
{
background-color: #12D685;
}
</style>
border-color css
<style>
span { border-color: #12D685; }
span { border-color: rgb(18,214,133); }
td.TdClassName
{
border-color: #12D685;
}
.TagClassName
{
border-color: #12D685;
}
</style>