Shades of Caribbean Green #12C199
Tints of Caribbean Green #12C199
RGB
CMYK
RGB Variations
Color information
#12C199 (or 0x12C199) is known color: Caribbean Green. HEX triplet: 12, C1 and 99. RGB value is (18,193,153). Sum of RGB (Red+Green+Blue) = 18+193+153=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #12C199 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C199 is #ED3E66. Grayscale: #888888. Windows color (decimal): -15548007 or 10076434. OLE color: 10076434.
HSL color Cylindrical-coordinate representation of color #12C199: hue angle of 166.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C199 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 153 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.24 |
| HSL | 166.29º | 0.83% | 0.41% | - |
| HSV(B) | 166.29º | 0.91% | 0.76% | - |
| XYZ | 25.07 | 40.57 | 36.65 | - |
| YUV | 136.12 | 137.52 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 153 | 0.91 | 0 | 0.21 | 0.24 | 166.29 | 0.83 | 0.41 |
| Hex | 12 | C1 | 99 | 5B | 0 | 15 | 18 | A6 | 53 | 29 |
| Octal | 22 | 301 | 231 | 133 | 0 | 25 | 30 | 246 | 123 | 51 |
| Binary | 10010 | 11000001 | 10011001 | 1011011 | 0 | 10101 | 11000 | 10100110 | 1010011 | 101001 |
Color Harmonies of #12C199
Complementary color
Monochromatic Colors of #12C199
Black with #12C199
Text Example
Text Example
White with #12C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C199; }
p { color: rgb(18,193,153); }
H1.HeaderClassName
{
color: #12C199;
}
.AnyTagClassName
{
color: #12C199;
}
</style>
background-color css
<style>
a { background-color: #12C199; }
a { background-color: rgb(18,193,153); }
div.DivClassName
{
background-color: #12C199;
}
.BgClassName
{
background-color: #12C199;
}
</style>
border-color css
<style>
span { border-color: #12C199; }
span { border-color: rgb(18,193,153); }
td.TdClassName
{
border-color: #12C199;
}
.TagClassName
{
border-color: #12C199;
}
</style>