Shades of Caribbean Green #12DFAB
Tints of Caribbean Green #12DFAB
RGB
CMYK
RGB Variations
Color information
#12DFAB (or 0x12DFAB) is known color: Caribbean Green. HEX triplet: 12, DF and AB. RGB value is (18,223,171). Sum of RGB (Red+Green+Blue) = 18+223+171=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DFAB is #ED2054. Grayscale: #9B9B9B. Windows color (decimal): -15540309 or 11263762. OLE color: 11263762.
HSL color Cylindrical-coordinate representation of color #12DFAB: hue angle of 164.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DFAB is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 171 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.13 |
| HSL | 164.78º | 0.85% | 0.47% | - |
| HSV(B) | 164.78º | 0.92% | 0.87% | - |
| XYZ | 33.99 | 55.84 | 47.52 | - |
| YUV | 155.78 | 136.58 | 29.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 171 | 0.92 | 0 | 0.23 | 0.13 | 164.78 | 0.85 | 0.47 |
| Hex | 12 | DF | AB | 5C | 0 | 17 | D | A5 | 55 | 2F |
| Octal | 22 | 337 | 253 | 134 | 0 | 27 | 15 | 245 | 125 | 57 |
| Binary | 10010 | 11011111 | 10101011 | 1011100 | 0 | 10111 | 1101 | 10100101 | 1010101 | 101111 |
Color Harmonies of #12DFAB
Complementary color
Monochromatic Colors of #12DFAB
Black with #12DFAB
Text Example
Text Example
White with #12DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DFAB; }
p { color: rgb(18,223,171); }
H1.HeaderClassName
{
color: #12DFAB;
}
.AnyTagClassName
{
color: #12DFAB;
}
</style>
background-color css
<style>
a { background-color: #12DFAB; }
a { background-color: rgb(18,223,171); }
div.DivClassName
{
background-color: #12DFAB;
}
.BgClassName
{
background-color: #12DFAB;
}
</style>
border-color css
<style>
span { border-color: #12DFAB; }
span { border-color: rgb(18,223,171); }
td.TdClassName
{
border-color: #12DFAB;
}
.TagClassName
{
border-color: #12DFAB;
}
</style>