Shades of Caribbean Green #12D5AF
Tints of Caribbean Green #12D5AF
RGB
CMYK
RGB Variations
Color information
#12D5AF (or 0x12D5AF) is known color: Caribbean Green. HEX triplet: 12, D5 and AF. RGB value is (18,213,175). Sum of RGB (Red+Green+Blue) = 18+213+175=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #12D5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D5AF is #ED2A50. Grayscale: #969696. Windows color (decimal): -15542865 or 11523346. OLE color: 11523346.
HSL color Cylindrical-coordinate representation of color #12D5AF: hue angle of 168.31º 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 #12D5AF is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 213 | 175 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.16 |
| HSL | 168.31º | 0.84% | 0.45% | - |
| HSV(B) | 168.31º | 0.92% | 0.84% | - |
| XYZ | 31.78 | 50.81 | 48.69 | - |
| YUV | 150.36 | 141.9 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 175 | 0.92 | 0 | 0.18 | 0.16 | 168.31 | 0.84 | 0.45 |
| Hex | 12 | D5 | AF | 5C | 0 | 12 | 10 | A8 | 54 | 2D |
| Octal | 22 | 325 | 257 | 134 | 0 | 22 | 20 | 250 | 124 | 55 |
| Binary | 10010 | 11010101 | 10101111 | 1011100 | 0 | 10010 | 10000 | 10101000 | 1010100 | 101101 |
Color Harmonies of #12D5AF
Complementary color
Monochromatic Colors of #12D5AF
Black with #12D5AF
Text Example
Text Example
White with #12D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D5AF; }
p { color: rgb(18,213,175); }
H1.HeaderClassName
{
color: #12D5AF;
}
.AnyTagClassName
{
color: #12D5AF;
}
</style>
background-color css
<style>
a { background-color: #12D5AF; }
a { background-color: rgb(18,213,175); }
div.DivClassName
{
background-color: #12D5AF;
}
.BgClassName
{
background-color: #12D5AF;
}
</style>
border-color css
<style>
span { border-color: #12D5AF; }
span { border-color: rgb(18,213,175); }
td.TdClassName
{
border-color: #12D5AF;
}
.TagClassName
{
border-color: #12D5AF;
}
</style>