Shades of Reef #C0E699
Tints of Reef #C0E699
RGB
CMYK
RGB Variations
Color information
#C0E699 (or 0xC0E699) is known color: Reef. HEX triplet: C0, E6 and 99. RGB value is (192,230,153). Sum of RGB (Red+Green+Blue) = 192+230+153=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E699 is #3F1966. Grayscale: #D2D2D2. Windows color (decimal): -4135271 or 10086080. OLE color: 10086080.
HSL color Cylindrical-coordinate representation of color #C0E699: hue angle of 89.61º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0E699 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 153 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.10 |
| HSL | 89.61º | 0.61% | 0.75% | - |
| HSV(B) | 89.61º | 0.33% | 0.9% | - |
| XYZ | 55.78 | 70.1 | 40.73 | - |
| YUV | 209.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 153 | 0.17 | 0 | 0.33 | 0.10 | 89.61 | 0.61 | 0.75 |
| Hex | C0 | E6 | 99 | 11 | 0 | 21 | A | 5A | 3D | 4B |
| Octal | 300 | 346 | 231 | 21 | 0 | 41 | 12 | 132 | 75 | 113 |
| Binary | 11000000 | 11100110 | 10011001 | 10001 | 0 | 100001 | 1010 | 1011010 | 111101 | 1001011 |
Color Harmonies of #C0E699
Complementary color
Monochromatic Colors of #C0E699
Black with #C0E699
Text Example
Text Example
White with #C0E699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E699; }
p { color: rgb(192,230,153); }
H1.HeaderClassName
{
color: #C0E699;
}
.AnyTagClassName
{
color: #C0E699;
}
</style>
background-color css
<style>
a { background-color: #C0E699; }
a { background-color: rgb(192,230,153); }
div.DivClassName
{
background-color: #C0E699;
}
.BgClassName
{
background-color: #C0E699;
}
</style>
border-color css
<style>
span { border-color: #C0E699; }
span { border-color: rgb(192,230,153); }
td.TdClassName
{
border-color: #C0E699;
}
.TagClassName
{
border-color: #C0E699;
}
</style>