Shades of Caribbean Green #12CF92
Tints of Caribbean Green #12CF92
RGB
CMYK
RGB Variations
Color information
#12CF92 (or 0x12CF92) is known color: Caribbean Green. HEX triplet: 12, CF and 92. RGB value is (18,207,146). Sum of RGB (Red+Green+Blue) = 18+207+146=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF92 is #ED306D. Grayscale: #8F8F8F. Windows color (decimal): -15544430 or 9621266. OLE color: 9621266.
HSL color Cylindrical-coordinate representation of color #12CF92: hue angle of 160.63º 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 #12CF92 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 146 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.19 |
| HSL | 160.63º | 0.84% | 0.44% | - |
| HSV(B) | 160.63º | 0.91% | 0.81% | - |
| XYZ | 27.75 | 46.83 | 34.77 | - |
| YUV | 143.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 146 | 0.91 | 0 | 0.29 | 0.19 | 160.63 | 0.84 | 0.44 |
| Hex | 12 | CF | 92 | 5B | 0 | 1D | 13 | A1 | 54 | 2C |
| Octal | 22 | 317 | 222 | 133 | 0 | 35 | 23 | 241 | 124 | 54 |
| Binary | 10010 | 11001111 | 10010010 | 1011011 | 0 | 11101 | 10011 | 10100001 | 1010100 | 101100 |
Color Harmonies of #12CF92
Complementary color
Monochromatic Colors of #12CF92
Black with #12CF92
Text Example
Text Example
White with #12CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF92; }
p { color: rgb(18,207,146); }
H1.HeaderClassName
{
color: #12CF92;
}
.AnyTagClassName
{
color: #12CF92;
}
</style>
background-color css
<style>
a { background-color: #12CF92; }
a { background-color: rgb(18,207,146); }
div.DivClassName
{
background-color: #12CF92;
}
.BgClassName
{
background-color: #12CF92;
}
</style>
border-color css
<style>
span { border-color: #12CF92; }
span { border-color: rgb(18,207,146); }
td.TdClassName
{
border-color: #12CF92;
}
.TagClassName
{
border-color: #12CF92;
}
</style>