Shades of Caribbean Green #12D4AD
Tints of Caribbean Green #12D4AD
RGB
CMYK
RGB Variations
Color information
#12D4AD (or 0x12D4AD) is known color: Caribbean Green. HEX triplet: 12, D4 and AD. RGB value is (18,212,173). Sum of RGB (Red+Green+Blue) = 18+212+173=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #12D4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D4AD is #ED2B52. Grayscale: #959595. Windows color (decimal): -15543123 or 11392018. OLE color: 11392018.
HSL color Cylindrical-coordinate representation of color #12D4AD: hue angle of 167.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D4AD is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 212 | 173 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.17 |
| HSL | 167.94º | 0.84% | 0.45% | - |
| HSV(B) | 167.94º | 0.92% | 0.83% | - |
| XYZ | 31.34 | 50.23 | 47.58 | - |
| YUV | 149.55 | 141.23 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 173 | 0.92 | 0 | 0.18 | 0.17 | 167.94 | 0.84 | 0.45 |
| Hex | 12 | D4 | AD | 5C | 0 | 12 | 11 | A8 | 54 | 2D |
| Octal | 22 | 324 | 255 | 134 | 0 | 22 | 21 | 250 | 124 | 55 |
| Binary | 10010 | 11010100 | 10101101 | 1011100 | 0 | 10010 | 10001 | 10101000 | 1010100 | 101101 |
Color Harmonies of #12D4AD
Complementary color
Monochromatic Colors of #12D4AD
Black with #12D4AD
Text Example
Text Example
White with #12D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D4AD; }
p { color: rgb(18,212,173); }
H1.HeaderClassName
{
color: #12D4AD;
}
.AnyTagClassName
{
color: #12D4AD;
}
</style>
background-color css
<style>
a { background-color: #12D4AD; }
a { background-color: rgb(18,212,173); }
div.DivClassName
{
background-color: #12D4AD;
}
.BgClassName
{
background-color: #12D4AD;
}
</style>
border-color css
<style>
span { border-color: #12D4AD; }
span { border-color: rgb(18,212,173); }
td.TdClassName
{
border-color: #12D4AD;
}
.TagClassName
{
border-color: #12D4AD;
}
</style>