Shades of Caribbean Green #12CBA3
Tints of Caribbean Green #12CBA3
RGB
CMYK
RGB Variations
Color information
#12CBA3 (or 0x12CBA3) is known color: Caribbean Green. HEX triplet: 12, CB and A3. RGB value is (18,203,163). Sum of RGB (Red+Green+Blue) = 18+203+163=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CBA3 is #ED345C. Grayscale: #8F8F8F. Windows color (decimal): -15545437 or 10734354. OLE color: 10734354.
HSL color Cylindrical-coordinate representation of color #12CBA3: hue angle of 167.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CBA3 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 163 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.20 |
| HSL | 167.03º | 0.84% | 0.43% | - |
| HSV(B) | 167.03º | 0.91% | 0.8% | - |
| XYZ | 28.22 | 45.48 | 41.94 | - |
| YUV | 143.13 | 139.21 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 163 | 0.91 | 0 | 0.20 | 0.20 | 167.03 | 0.84 | 0.43 |
| Hex | 12 | CB | A3 | 5B | 0 | 14 | 14 | A7 | 54 | 2B |
| Octal | 22 | 313 | 243 | 133 | 0 | 24 | 24 | 247 | 124 | 53 |
| Binary | 10010 | 11001011 | 10100011 | 1011011 | 0 | 10100 | 10100 | 10100111 | 1010100 | 101011 |
Color Harmonies of #12CBA3
Complementary color
Monochromatic Colors of #12CBA3
Black with #12CBA3
Text Example
Text Example
White with #12CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CBA3; }
p { color: rgb(18,203,163); }
H1.HeaderClassName
{
color: #12CBA3;
}
.AnyTagClassName
{
color: #12CBA3;
}
</style>
background-color css
<style>
a { background-color: #12CBA3; }
a { background-color: rgb(18,203,163); }
div.DivClassName
{
background-color: #12CBA3;
}
.BgClassName
{
background-color: #12CBA3;
}
</style>
border-color css
<style>
span { border-color: #12CBA3; }
span { border-color: rgb(18,203,163); }
td.TdClassName
{
border-color: #12CBA3;
}
.TagClassName
{
border-color: #12CBA3;
}
</style>