Shades of Caribbean Green #12CDAB
Tints of Caribbean Green #12CDAB
RGB
CMYK
RGB Variations
Color information
#12CDAB (or 0x12CDAB) is known color: Caribbean Green. HEX triplet: 12, CD and AB. RGB value is (18,205,171). Sum of RGB (Red+Green+Blue) = 18+205+171=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CDAB is #ED3254. Grayscale: #919191. Windows color (decimal): -15544917 or 11259154. OLE color: 11259154.
HSL color Cylindrical-coordinate representation of color #12CDAB: hue angle of 169.09º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CDAB is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 205 | 171 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.20 |
| HSL | 169.09º | 0.84% | 0.44% | - |
| HSV(B) | 169.09º | 0.91% | 0.8% | - |
| XYZ | 29.43 | 46.73 | 46 | - |
| YUV | 145.21 | 142.55 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 171 | 0.91 | 0 | 0.17 | 0.20 | 169.09 | 0.84 | 0.44 |
| Hex | 12 | CD | AB | 5B | 0 | 11 | 14 | A9 | 54 | 2C |
| Octal | 22 | 315 | 253 | 133 | 0 | 21 | 24 | 251 | 124 | 54 |
| Binary | 10010 | 11001101 | 10101011 | 1011011 | 0 | 10001 | 10100 | 10101001 | 1010100 | 101100 |
Color Harmonies of #12CDAB
Complementary color
Monochromatic Colors of #12CDAB
Black with #12CDAB
Text Example
Text Example
White with #12CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CDAB; }
p { color: rgb(18,205,171); }
H1.HeaderClassName
{
color: #12CDAB;
}
.AnyTagClassName
{
color: #12CDAB;
}
</style>
background-color css
<style>
a { background-color: #12CDAB; }
a { background-color: rgb(18,205,171); }
div.DivClassName
{
background-color: #12CDAB;
}
.BgClassName
{
background-color: #12CDAB;
}
</style>
border-color css
<style>
span { border-color: #12CDAB; }
span { border-color: rgb(18,205,171); }
td.TdClassName
{
border-color: #12CDAB;
}
.TagClassName
{
border-color: #12CDAB;
}
</style>