Shades of Caribbean Green #12CAA0
Tints of Caribbean Green #12CAA0
RGB
CMYK
RGB Variations
Color information
#12CAA0 (or 0x12CAA0) is known color: Caribbean Green. HEX triplet: 12, CA and A0. RGB value is (18,202,160). Sum of RGB (Red+Green+Blue) = 18+202+160=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #12CAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CAA0 is #ED355F. Grayscale: #8E8E8E. Windows color (decimal): -15545696 or 10537490. OLE color: 10537490.
HSL color Cylindrical-coordinate representation of color #12CAA0: hue angle of 166.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CAA0 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 202 | 160 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.21 |
| HSL | 166.3º | 0.84% | 0.43% | - |
| HSV(B) | 166.3º | 0.91% | 0.79% | - |
| XYZ | 27.72 | 44.91 | 40.47 | - |
| YUV | 142.2 | 138.04 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 160 | 0.91 | 0 | 0.21 | 0.21 | 166.3 | 0.84 | 0.43 |
| Hex | 12 | CA | A0 | 5B | 0 | 15 | 15 | A6 | 54 | 2B |
| Octal | 22 | 312 | 240 | 133 | 0 | 25 | 25 | 246 | 124 | 53 |
| Binary | 10010 | 11001010 | 10100000 | 1011011 | 0 | 10101 | 10101 | 10100110 | 1010100 | 101011 |
Color Harmonies of #12CAA0
Complementary color
Monochromatic Colors of #12CAA0
Black with #12CAA0
Text Example
Text Example
White with #12CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CAA0; }
p { color: rgb(18,202,160); }
H1.HeaderClassName
{
color: #12CAA0;
}
.AnyTagClassName
{
color: #12CAA0;
}
</style>
background-color css
<style>
a { background-color: #12CAA0; }
a { background-color: rgb(18,202,160); }
div.DivClassName
{
background-color: #12CAA0;
}
.BgClassName
{
background-color: #12CAA0;
}
</style>
border-color css
<style>
span { border-color: #12CAA0; }
span { border-color: rgb(18,202,160); }
td.TdClassName
{
border-color: #12CAA0;
}
.TagClassName
{
border-color: #12CAA0;
}
</style>