Shades of Reef #C6E195
Tints of Reef #C6E195
RGB
CMYK
RGB Variations
Color information
#C6E195 (or 0xC6E195) is known color: Reef. HEX triplet: C6, E1 and 95. RGB value is (198,225,149). Sum of RGB (Red+Green+Blue) = 198+225+149=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E195 is #391E6A. Grayscale: #D0D0D0. Windows color (decimal): -3743339 or 9822662. OLE color: 9822662.
HSL color Cylindrical-coordinate representation of color #C6E195: hue angle of 81.32º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6E195 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 149 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.12 |
| HSL | 81.32º | 0.56% | 0.73% | - |
| HSV(B) | 81.32º | 0.34% | 0.88% | - |
| XYZ | 55.64 | 68.03 | 38.63 | - |
| YUV | 208.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 149 | 0.12 | 0 | 0.34 | 0.12 | 81.32 | 0.56 | 0.73 |
| Hex | C6 | E1 | 95 | C | 0 | 22 | C | 51 | 38 | 49 |
| Octal | 306 | 341 | 225 | 14 | 0 | 42 | 14 | 121 | 70 | 111 |
| Binary | 11000110 | 11100001 | 10010101 | 1100 | 0 | 100010 | 1100 | 1010001 | 111000 | 1001001 |
Color Harmonies of #C6E195
Complementary color
Monochromatic Colors of #C6E195
Black with #C6E195
Text Example
Text Example
White with #C6E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E195; }
p { color: rgb(198,225,149); }
H1.HeaderClassName
{
color: #C6E195;
}
.AnyTagClassName
{
color: #C6E195;
}
</style>
background-color css
<style>
a { background-color: #C6E195; }
a { background-color: rgb(198,225,149); }
div.DivClassName
{
background-color: #C6E195;
}
.BgClassName
{
background-color: #C6E195;
}
</style>
border-color css
<style>
span { border-color: #C6E195; }
span { border-color: rgb(198,225,149); }
td.TdClassName
{
border-color: #C6E195;
}
.TagClassName
{
border-color: #C6E195;
}
</style>