Shades of Caribbean Green #12CF93
Tints of Caribbean Green #12CF93
RGB
CMYK
RGB Variations
Color information
#12CF93 (or 0x12CF93) is known color: Caribbean Green. HEX triplet: 12, CF and 93. RGB value is (18,207,147). Sum of RGB (Red+Green+Blue) = 18+207+147=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF93 is #ED306C. Grayscale: #8F8F8F. Windows color (decimal): -15544429 or 9686802. OLE color: 9686802.
HSL color Cylindrical-coordinate representation of color #12CF93: hue angle of 160.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF93 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 147 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.19 |
| HSL | 160.95º | 0.84% | 0.44% | - |
| HSV(B) | 160.95º | 0.91% | 0.81% | - |
| XYZ | 27.83 | 46.86 | 35.18 | - |
| YUV | 143.65 | 129.88 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 147 | 0.91 | 0 | 0.29 | 0.19 | 160.95 | 0.84 | 0.44 |
| Hex | 12 | CF | 93 | 5B | 0 | 1D | 13 | A1 | 54 | 2C |
| Octal | 22 | 317 | 223 | 133 | 0 | 35 | 23 | 241 | 124 | 54 |
| Binary | 10010 | 11001111 | 10010011 | 1011011 | 0 | 11101 | 10011 | 10100001 | 1010100 | 101100 |
Color Harmonies of #12CF93
Complementary color
Monochromatic Colors of #12CF93
Black with #12CF93
Text Example
Text Example
White with #12CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF93; }
p { color: rgb(18,207,147); }
H1.HeaderClassName
{
color: #12CF93;
}
.AnyTagClassName
{
color: #12CF93;
}
</style>
background-color css
<style>
a { background-color: #12CF93; }
a { background-color: rgb(18,207,147); }
div.DivClassName
{
background-color: #12CF93;
}
.BgClassName
{
background-color: #12CF93;
}
</style>
border-color css
<style>
span { border-color: #12CF93; }
span { border-color: rgb(18,207,147); }
td.TdClassName
{
border-color: #12CF93;
}
.TagClassName
{
border-color: #12CF93;
}
</style>