Shades of Caribbean Green #12C99A
Tints of Caribbean Green #12C99A
RGB
CMYK
RGB Variations
Color information
#12C99A (or 0x12C99A) is known color: Caribbean Green. HEX triplet: 12, C9 and 9A. RGB value is (18,201,154). Sum of RGB (Red+Green+Blue) = 18+201+154=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #12C99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C99A is #ED3665. Grayscale: #8C8C8C. Windows color (decimal): -15545958 or 10144018. OLE color: 10144018.
HSL color Cylindrical-coordinate representation of color #12C99A: hue angle of 164.59º 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 #12C99A is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 154 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.21 |
| HSL | 164.59º | 0.84% | 0.43% | - |
| HSV(B) | 164.59º | 0.91% | 0.79% | - |
| XYZ | 26.97 | 44.23 | 37.69 | - |
| YUV | 140.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 154 | 0.91 | 0 | 0.23 | 0.21 | 164.59 | 0.84 | 0.43 |
| Hex | 12 | C9 | 9A | 5B | 0 | 17 | 15 | A5 | 54 | 2B |
| Octal | 22 | 311 | 232 | 133 | 0 | 27 | 25 | 245 | 124 | 53 |
| Binary | 10010 | 11001001 | 10011010 | 1011011 | 0 | 10111 | 10101 | 10100101 | 1010100 | 101011 |
Color Harmonies of #12C99A
Complementary color
Monochromatic Colors of #12C99A
Black with #12C99A
Text Example
Text Example
White with #12C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C99A; }
p { color: rgb(18,201,154); }
H1.HeaderClassName
{
color: #12C99A;
}
.AnyTagClassName
{
color: #12C99A;
}
</style>
background-color css
<style>
a { background-color: #12C99A; }
a { background-color: rgb(18,201,154); }
div.DivClassName
{
background-color: #12C99A;
}
.BgClassName
{
background-color: #12C99A;
}
</style>
border-color css
<style>
span { border-color: #12C99A; }
span { border-color: rgb(18,201,154); }
td.TdClassName
{
border-color: #12C99A;
}
.TagClassName
{
border-color: #12C99A;
}
</style>