Shades of Caribbean Green #12DAA5
Tints of Caribbean Green #12DAA5
RGB
CMYK
RGB Variations
Color information
#12DAA5 (or 0x12DAA5) is known color: Caribbean Green. HEX triplet: 12, DA and A5. RGB value is (18,218,165). Sum of RGB (Red+Green+Blue) = 18+218+165=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #12DAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DAA5 is #ED255A. Grayscale: #989898. Windows color (decimal): -15541595 or 10869266. OLE color: 10869266.
HSL color Cylindrical-coordinate representation of color #12DAA5: hue angle of 164.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DAA5 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 165 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.15 |
| HSL | 164.1º | 0.85% | 0.46% | - |
| HSV(B) | 164.1º | 0.92% | 0.85% | - |
| XYZ | 32.11 | 52.99 | 44.13 | - |
| YUV | 152.16 | 135.24 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 165 | 0.92 | 0 | 0.24 | 0.15 | 164.1 | 0.85 | 0.46 |
| Hex | 12 | DA | A5 | 5C | 0 | 18 | F | A4 | 55 | 2E |
| Octal | 22 | 332 | 245 | 134 | 0 | 30 | 17 | 244 | 125 | 56 |
| Binary | 10010 | 11011010 | 10100101 | 1011100 | 0 | 11000 | 1111 | 10100100 | 1010101 | 101110 |
Color Harmonies of #12DAA5
Complementary color
Monochromatic Colors of #12DAA5
Black with #12DAA5
Text Example
Text Example
White with #12DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DAA5; }
p { color: rgb(18,218,165); }
H1.HeaderClassName
{
color: #12DAA5;
}
.AnyTagClassName
{
color: #12DAA5;
}
</style>
background-color css
<style>
a { background-color: #12DAA5; }
a { background-color: rgb(18,218,165); }
div.DivClassName
{
background-color: #12DAA5;
}
.BgClassName
{
background-color: #12DAA5;
}
</style>
border-color css
<style>
span { border-color: #12DAA5; }
span { border-color: rgb(18,218,165); }
td.TdClassName
{
border-color: #12DAA5;
}
.TagClassName
{
border-color: #12DAA5;
}
</style>