Shades of Reef #C6E094
Tints of Reef #C6E094
RGB
CMYK
RGB Variations
Color information
#C6E094 (or 0xC6E094) is known color: Reef. HEX triplet: C6, E0 and 94. RGB value is (198,224,148). Sum of RGB (Red+Green+Blue) = 198+224+148=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E094 is #391F6B. Grayscale: #CFCFCF. Windows color (decimal): -3743596 or 9756870. OLE color: 9756870.
HSL color Cylindrical-coordinate representation of color #C6E094: hue angle of 80.53º degrees, saturation: 0.55, 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 #C6E094 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 148 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.12 |
| HSL | 80.53º | 0.55% | 0.73% | - |
| HSV(B) | 80.53º | 0.34% | 0.88% | - |
| XYZ | 55.29 | 67.46 | 38.12 | - |
| YUV | 207.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 148 | 0.12 | 0 | 0.34 | 0.12 | 80.53 | 0.55 | 0.73 |
| Hex | C6 | E0 | 94 | C | 0 | 22 | C | 51 | 37 | 49 |
| Octal | 306 | 340 | 224 | 14 | 0 | 42 | 14 | 121 | 67 | 111 |
| Binary | 11000110 | 11100000 | 10010100 | 1100 | 0 | 100010 | 1100 | 1010001 | 110111 | 1001001 |
Color Harmonies of #C6E094
Complementary color
Monochromatic Colors of #C6E094
Black with #C6E094
Text Example
Text Example
White with #C6E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E094; }
p { color: rgb(198,224,148); }
H1.HeaderClassName
{
color: #C6E094;
}
.AnyTagClassName
{
color: #C6E094;
}
</style>
background-color css
<style>
a { background-color: #C6E094; }
a { background-color: rgb(198,224,148); }
div.DivClassName
{
background-color: #C6E094;
}
.BgClassName
{
background-color: #C6E094;
}
</style>
border-color css
<style>
span { border-color: #C6E094; }
span { border-color: rgb(198,224,148); }
td.TdClassName
{
border-color: #C6E094;
}
.TagClassName
{
border-color: #C6E094;
}
</style>