Shades of Reef #C0EA9D
Tints of Reef #C0EA9D
RGB
CMYK
RGB Variations
Color information
#C0EA9D (or 0xC0EA9D) is known color: Reef. HEX triplet: C0, EA and 9D. RGB value is (192,234,157). Sum of RGB (Red+Green+Blue) = 192+234+157=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA9D is #3F1562. Grayscale: #D4D4D4. Windows color (decimal): -4134243 or 10349248. OLE color: 10349248.
HSL color Cylindrical-coordinate representation of color #C0EA9D: hue angle of 92.73º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0EA9D is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 157 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.08 |
| HSL | 92.73º | 0.65% | 0.77% | - |
| HSV(B) | 92.73º | 0.33% | 0.92% | - |
| XYZ | 57.25 | 72.49 | 42.87 | - |
| YUV | 212.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 157 | 0.18 | 0 | 0.33 | 0.08 | 92.73 | 0.65 | 0.77 |
| Hex | C0 | EA | 9D | 12 | 0 | 21 | 8 | 5D | 41 | 4D |
| Octal | 300 | 352 | 235 | 22 | 0 | 41 | 10 | 135 | 101 | 115 |
| Binary | 11000000 | 11101010 | 10011101 | 10010 | 0 | 100001 | 1000 | 1011101 | 1000001 | 1001101 |
Color Harmonies of #C0EA9D
Complementary color
Monochromatic Colors of #C0EA9D
Black with #C0EA9D
Text Example
Text Example
White with #C0EA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA9D; }
p { color: rgb(192,234,157); }
H1.HeaderClassName
{
color: #C0EA9D;
}
.AnyTagClassName
{
color: #C0EA9D;
}
</style>
background-color css
<style>
a { background-color: #C0EA9D; }
a { background-color: rgb(192,234,157); }
div.DivClassName
{
background-color: #C0EA9D;
}
.BgClassName
{
background-color: #C0EA9D;
}
</style>
border-color css
<style>
span { border-color: #C0EA9D; }
span { border-color: rgb(192,234,157); }
td.TdClassName
{
border-color: #C0EA9D;
}
.TagClassName
{
border-color: #C0EA9D;
}
</style>