Shades of Caribbean Green #12E3AF
Tints of Caribbean Green #12E3AF
RGB
CMYK
RGB Variations
Color information
#12E3AF (or 0x12E3AF) is known color: Caribbean Green. HEX triplet: 12, E3 and AF. RGB value is (18,227,175). Sum of RGB (Red+Green+Blue) = 18+227+175=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #12E3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E3AF is #ED1C50. Grayscale: #9E9E9E. Windows color (decimal): -15539281 or 11526930. OLE color: 11526930.
HSL color Cylindrical-coordinate representation of color #12E3AF: hue angle of 165.07º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E3AF is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 175 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.11 |
| HSL | 165.07º | 0.85% | 0.48% | - |
| HSV(B) | 165.07º | 0.92% | 0.89% | - |
| XYZ | 35.46 | 58.16 | 49.92 | - |
| YUV | 158.58 | 137.26 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 175 | 0.92 | 0 | 0.23 | 0.11 | 165.07 | 0.85 | 0.48 |
| Hex | 12 | E3 | AF | 5C | 0 | 17 | B | A5 | 55 | 30 |
| Octal | 22 | 343 | 257 | 134 | 0 | 27 | 13 | 245 | 125 | 60 |
| Binary | 10010 | 11100011 | 10101111 | 1011100 | 0 | 10111 | 1011 | 10100101 | 1010101 | 110000 |
Color Harmonies of #12E3AF
Complementary color
Monochromatic Colors of #12E3AF
Black with #12E3AF
Text Example
Text Example
White with #12E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E3AF; }
p { color: rgb(18,227,175); }
H1.HeaderClassName
{
color: #12E3AF;
}
.AnyTagClassName
{
color: #12E3AF;
}
</style>
background-color css
<style>
a { background-color: #12E3AF; }
a { background-color: rgb(18,227,175); }
div.DivClassName
{
background-color: #12E3AF;
}
.BgClassName
{
background-color: #12E3AF;
}
</style>
border-color css
<style>
span { border-color: #12E3AF; }
span { border-color: rgb(18,227,175); }
td.TdClassName
{
border-color: #12E3AF;
}
.TagClassName
{
border-color: #12E3AF;
}
</style>