Shades of Caribbean Green #12C098
Tints of Caribbean Green #12C098
RGB
CMYK
RGB Variations
Color information
#12C098 (or 0x12C098) is known color: Caribbean Green. HEX triplet: 12, C0 and 98. RGB value is (18,192,152). Sum of RGB (Red+Green+Blue) = 18+192+152=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #12C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C098 is #ED3F67. Grayscale: #878787. Windows color (decimal): -15548264 or 10010642. OLE color: 10010642.
HSL color Cylindrical-coordinate representation of color #12C098: hue angle of 166.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C098 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 152 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.25 |
| HSL | 166.21º | 0.83% | 0.41% | - |
| HSV(B) | 166.21º | 0.91% | 0.75% | - |
| XYZ | 24.77 | 40.09 | 36.14 | - |
| YUV | 135.41 | 137.35 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 152 | 0.91 | 0 | 0.21 | 0.25 | 166.21 | 0.83 | 0.41 |
| Hex | 12 | C0 | 98 | 5B | 0 | 15 | 19 | A6 | 53 | 29 |
| Octal | 22 | 300 | 230 | 133 | 0 | 25 | 31 | 246 | 123 | 51 |
| Binary | 10010 | 11000000 | 10011000 | 1011011 | 0 | 10101 | 11001 | 10100110 | 1010011 | 101001 |
Color Harmonies of #12C098
Complementary color
Monochromatic Colors of #12C098
Black with #12C098
Text Example
Text Example
White with #12C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C098; }
p { color: rgb(18,192,152); }
H1.HeaderClassName
{
color: #12C098;
}
.AnyTagClassName
{
color: #12C098;
}
</style>
background-color css
<style>
a { background-color: #12C098; }
a { background-color: rgb(18,192,152); }
div.DivClassName
{
background-color: #12C098;
}
.BgClassName
{
background-color: #12C098;
}
</style>
border-color css
<style>
span { border-color: #12C098; }
span { border-color: rgb(18,192,152); }
td.TdClassName
{
border-color: #12C098;
}
.TagClassName
{
border-color: #12C098;
}
</style>