Shades of Reef #C0E195
Tints of Reef #C0E195
RGB
CMYK
RGB Variations
Color information
#C0E195 (or 0xC0E195) is known color: Reef. HEX triplet: C0, E1 and 95. RGB value is (192,225,149). Sum of RGB (Red+Green+Blue) = 192+225+149=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E195 is #3F1E6A. Grayscale: #CECECE. Windows color (decimal): -4136555 or 9822656. OLE color: 9822656.
HSL color Cylindrical-coordinate representation of color #C0E195: hue angle of 86.05º 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 #C0E195 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 149 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.12 |
| HSL | 86.05º | 0.56% | 0.73% | - |
| HSV(B) | 86.05º | 0.34% | 0.88% | - |
| XYZ | 54.09 | 67.23 | 38.56 | - |
| YUV | 206.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 149 | 0.15 | 0 | 0.34 | 0.12 | 86.05 | 0.56 | 0.73 |
| Hex | C0 | E1 | 95 | F | 0 | 22 | C | 56 | 38 | 49 |
| Octal | 300 | 341 | 225 | 17 | 0 | 42 | 14 | 126 | 70 | 111 |
| Binary | 11000000 | 11100001 | 10010101 | 1111 | 0 | 100010 | 1100 | 1010110 | 111000 | 1001001 |
Color Harmonies of #C0E195
Complementary color
Monochromatic Colors of #C0E195
Black with #C0E195
Text Example
Text Example
White with #C0E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E195; }
p { color: rgb(192,225,149); }
H1.HeaderClassName
{
color: #C0E195;
}
.AnyTagClassName
{
color: #C0E195;
}
</style>
background-color css
<style>
a { background-color: #C0E195; }
a { background-color: rgb(192,225,149); }
div.DivClassName
{
background-color: #C0E195;
}
.BgClassName
{
background-color: #C0E195;
}
</style>
border-color css
<style>
span { border-color: #C0E195; }
span { border-color: rgb(192,225,149); }
td.TdClassName
{
border-color: #C0E195;
}
.TagClassName
{
border-color: #C0E195;
}
</style>