Shades of Caribbean Green #12C39B
Tints of Caribbean Green #12C39B
RGB
CMYK
RGB Variations
Color information
#12C39B (or 0x12C39B) is known color: Caribbean Green. HEX triplet: 12, C3 and 9B. RGB value is (18,195,155). Sum of RGB (Red+Green+Blue) = 18+195+155=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #12C39B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C39B is #ED3C64. Grayscale: #898989. Windows color (decimal): -15547493 or 10208018. OLE color: 10208018.
HSL color Cylindrical-coordinate representation of color #12C39B: hue angle of 166.44º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C39B is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 155 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.24 |
| HSL | 166.44º | 0.83% | 0.42% | - |
| HSV(B) | 166.44º | 0.91% | 0.76% | - |
| XYZ | 25.68 | 41.53 | 37.67 | - |
| YUV | 137.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 155 | 0.91 | 0 | 0.21 | 0.24 | 166.44 | 0.83 | 0.42 |
| Hex | 12 | C3 | 9B | 5B | 0 | 15 | 18 | A6 | 53 | 2A |
| Octal | 22 | 303 | 233 | 133 | 0 | 25 | 30 | 246 | 123 | 52 |
| Binary | 10010 | 11000011 | 10011011 | 1011011 | 0 | 10101 | 11000 | 10100110 | 1010011 | 101010 |
Color Harmonies of #12C39B
Complementary color
Monochromatic Colors of #12C39B
Black with #12C39B
Text Example
Text Example
White with #12C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C39B; }
p { color: rgb(18,195,155); }
H1.HeaderClassName
{
color: #12C39B;
}
.AnyTagClassName
{
color: #12C39B;
}
</style>
background-color css
<style>
a { background-color: #12C39B; }
a { background-color: rgb(18,195,155); }
div.DivClassName
{
background-color: #12C39B;
}
.BgClassName
{
background-color: #12C39B;
}
</style>
border-color css
<style>
span { border-color: #12C39B; }
span { border-color: rgb(18,195,155); }
td.TdClassName
{
border-color: #12C39B;
}
.TagClassName
{
border-color: #12C39B;
}
</style>