Shades of Caribbean Green #12D18B
Tints of Caribbean Green #12D18B
RGB
CMYK
RGB Variations
Color information
#12D18B (or 0x12D18B) is known color: Caribbean Green. HEX triplet: 12, D1 and 8B. RGB value is (18,209,139). Sum of RGB (Red+Green+Blue) = 18+209+139=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #12D18B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D18B is #ED2E74. Grayscale: #8F8F8F. Windows color (decimal): -15543925 or 9163026. OLE color: 9163026.
HSL color Cylindrical-coordinate representation of color #12D18B: hue angle of 158.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D18B is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 139 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.18 |
| HSL | 158.01º | 0.84% | 0.45% | - |
| HSV(B) | 158.01º | 0.91% | 0.82% | - |
| XYZ | 27.71 | 47.59 | 32.15 | - |
| YUV | 143.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 139 | 0.91 | 0 | 0.33 | 0.18 | 158.01 | 0.84 | 0.45 |
| Hex | 12 | D1 | 8B | 5B | 0 | 21 | 12 | 9E | 54 | 2D |
| Octal | 22 | 321 | 213 | 133 | 0 | 41 | 22 | 236 | 124 | 55 |
| Binary | 10010 | 11010001 | 10001011 | 1011011 | 0 | 100001 | 10010 | 10011110 | 1010100 | 101101 |
Color Harmonies of #12D18B
Complementary color
Monochromatic Colors of #12D18B
Black with #12D18B
Text Example
Text Example
White with #12D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D18B; }
p { color: rgb(18,209,139); }
H1.HeaderClassName
{
color: #12D18B;
}
.AnyTagClassName
{
color: #12D18B;
}
</style>
background-color css
<style>
a { background-color: #12D18B; }
a { background-color: rgb(18,209,139); }
div.DivClassName
{
background-color: #12D18B;
}
.BgClassName
{
background-color: #12D18B;
}
</style>
border-color css
<style>
span { border-color: #12D18B; }
span { border-color: rgb(18,209,139); }
td.TdClassName
{
border-color: #12D18B;
}
.TagClassName
{
border-color: #12D18B;
}
</style>