Shades of Caribbean Green #12C298
Tints of Caribbean Green #12C298
RGB
CMYK
RGB Variations
Color information
#12C298 (or 0x12C298) is known color: Caribbean Green. HEX triplet: 12, C2 and 98. RGB value is (18,194,152). Sum of RGB (Red+Green+Blue) = 18+194+152=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #12C298 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C298 is #ED3D67. Grayscale: #888888. Windows color (decimal): -15547752 or 10011154. OLE color: 10011154.
HSL color Cylindrical-coordinate representation of color #12C298: hue angle of 165.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C298 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 152 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.24 |
| HSL | 165.68º | 0.83% | 0.42% | - |
| HSV(B) | 165.68º | 0.91% | 0.76% | - |
| XYZ | 25.21 | 40.98 | 36.29 | - |
| YUV | 136.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 152 | 0.91 | 0 | 0.22 | 0.24 | 165.68 | 0.83 | 0.42 |
| Hex | 12 | C2 | 98 | 5B | 0 | 16 | 18 | A6 | 53 | 2A |
| Octal | 22 | 302 | 230 | 133 | 0 | 26 | 30 | 246 | 123 | 52 |
| Binary | 10010 | 11000010 | 10011000 | 1011011 | 0 | 10110 | 11000 | 10100110 | 1010011 | 101010 |
Color Harmonies of #12C298
Complementary color
Monochromatic Colors of #12C298
Black with #12C298
Text Example
Text Example
White with #12C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C298; }
p { color: rgb(18,194,152); }
H1.HeaderClassName
{
color: #12C298;
}
.AnyTagClassName
{
color: #12C298;
}
</style>
background-color css
<style>
a { background-color: #12C298; }
a { background-color: rgb(18,194,152); }
div.DivClassName
{
background-color: #12C298;
}
.BgClassName
{
background-color: #12C298;
}
</style>
border-color css
<style>
span { border-color: #12C298; }
span { border-color: rgb(18,194,152); }
td.TdClassName
{
border-color: #12C298;
}
.TagClassName
{
border-color: #12C298;
}
</style>