Shades of Reef #C6E996
Tints of Reef #C6E996
RGB
CMYK
RGB Variations
Color information
#C6E996 (or 0xC6E996) is known color: Reef. HEX triplet: C6, E9 and 96. RGB value is (198,233,150). Sum of RGB (Red+Green+Blue) = 198+233+150=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6E996 is #391669. Grayscale: #D5D5D5. Windows color (decimal): -3741290 or 9890246. OLE color: 9890246.
HSL color Cylindrical-coordinate representation of color #C6E996: hue angle of 85.3º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6E996 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 150 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.09 |
| HSL | 85.3º | 0.65% | 0.75% | - |
| HSV(B) | 85.3º | 0.36% | 0.91% | - |
| XYZ | 57.93 | 72.49 | 39.79 | - |
| YUV | 213.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 150 | 0.15 | 0 | 0.36 | 0.09 | 85.3 | 0.65 | 0.75 |
| Hex | C6 | E9 | 96 | F | 0 | 24 | 9 | 55 | 41 | 4B |
| Octal | 306 | 351 | 226 | 17 | 0 | 44 | 11 | 125 | 101 | 113 |
| Binary | 11000110 | 11101001 | 10010110 | 1111 | 0 | 100100 | 1001 | 1010101 | 1000001 | 1001011 |
Color Harmonies of #C6E996
Complementary color
Monochromatic Colors of #C6E996
Black with #C6E996
Text Example
Text Example
White with #C6E996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E996; }
p { color: rgb(198,233,150); }
H1.HeaderClassName
{
color: #C6E996;
}
.AnyTagClassName
{
color: #C6E996;
}
</style>
background-color css
<style>
a { background-color: #C6E996; }
a { background-color: rgb(198,233,150); }
div.DivClassName
{
background-color: #C6E996;
}
.BgClassName
{
background-color: #C6E996;
}
</style>
border-color css
<style>
span { border-color: #C6E996; }
span { border-color: rgb(198,233,150); }
td.TdClassName
{
border-color: #C6E996;
}
.TagClassName
{
border-color: #C6E996;
}
</style>