Shades of Caribbean Green #12CB9D
Tints of Caribbean Green #12CB9D
RGB
CMYK
RGB Variations
Color information
#12CB9D (or 0x12CB9D) is known color: Caribbean Green. HEX triplet: 12, CB and 9D. RGB value is (18,203,157). Sum of RGB (Red+Green+Blue) = 18+203+157=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CB9D is #ED3462. Grayscale: #8E8E8E. Windows color (decimal): -15545443 or 10341138. OLE color: 10341138.
HSL color Cylindrical-coordinate representation of color #12CB9D: hue angle of 165.08º 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 #12CB9D is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 157 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.20 |
| HSL | 165.08º | 0.84% | 0.43% | - |
| HSV(B) | 165.08º | 0.91% | 0.8% | - |
| XYZ | 27.69 | 45.27 | 39.18 | - |
| YUV | 142.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 157 | 0.91 | 0 | 0.23 | 0.20 | 165.08 | 0.84 | 0.43 |
| Hex | 12 | CB | 9D | 5B | 0 | 17 | 14 | A5 | 54 | 2B |
| Octal | 22 | 313 | 235 | 133 | 0 | 27 | 24 | 245 | 124 | 53 |
| Binary | 10010 | 11001011 | 10011101 | 1011011 | 0 | 10111 | 10100 | 10100101 | 1010100 | 101011 |
Color Harmonies of #12CB9D
Complementary color
Monochromatic Colors of #12CB9D
Black with #12CB9D
Text Example
Text Example
White with #12CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CB9D; }
p { color: rgb(18,203,157); }
H1.HeaderClassName
{
color: #12CB9D;
}
.AnyTagClassName
{
color: #12CB9D;
}
</style>
background-color css
<style>
a { background-color: #12CB9D; }
a { background-color: rgb(18,203,157); }
div.DivClassName
{
background-color: #12CB9D;
}
.BgClassName
{
background-color: #12CB9D;
}
</style>
border-color css
<style>
span { border-color: #12CB9D; }
span { border-color: rgb(18,203,157); }
td.TdClassName
{
border-color: #12CB9D;
}
.TagClassName
{
border-color: #12CB9D;
}
</style>