Shades of Caribbean Green #06C192
Tints of Caribbean Green #06C192
RGB
CMYK
RGB Variations
Color information
#06C192 (or 0x06C192) is known color: Caribbean Green. HEX triplet: 06, C1 and 92. RGB value is (6,193,146). Sum of RGB (Red+Green+Blue) = 6+193+146=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #06C192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C192 is #F93E6D. Grayscale: #838383. Windows color (decimal): -16334446 or 9617670. OLE color: 9617670.
HSL color Cylindrical-coordinate representation of color #06C192: hue angle of 164.92º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C192 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 146 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.24 |
| HSL | 164.92º | 0.94% | 0.39% | - |
| HSV(B) | 164.92º | 0.97% | 0.76% | - |
| XYZ | 24.33 | 40.25 | 33.68 | - |
| YUV | 131.73 | 136.05 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 146 | 0.97 | 0 | 0.24 | 0.24 | 164.92 | 0.94 | 0.39 |
| Hex | 6 | C1 | 92 | 61 | 0 | 18 | 18 | A5 | 5E | 27 |
| Octal | 6 | 301 | 222 | 141 | 0 | 30 | 30 | 245 | 136 | 47 |
| Binary | 110 | 11000001 | 10010010 | 1100001 | 0 | 11000 | 11000 | 10100101 | 1011110 | 100111 |
Color Harmonies of #06C192
Complementary color
Monochromatic Colors of #06C192
Black with #06C192
Text Example
Text Example
White with #06C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C192; }
p { color: rgb(6,193,146); }
H1.HeaderClassName
{
color: #06C192;
}
.AnyTagClassName
{
color: #06C192;
}
</style>
background-color css
<style>
a { background-color: #06C192; }
a { background-color: rgb(6,193,146); }
div.DivClassName
{
background-color: #06C192;
}
.BgClassName
{
background-color: #06C192;
}
</style>
border-color css
<style>
span { border-color: #06C192; }
span { border-color: rgb(6,193,146); }
td.TdClassName
{
border-color: #06C192;
}
.TagClassName
{
border-color: #06C192;
}
</style>