Shades of Reef #C1E698
Tints of Reef #C1E698
RGB
CMYK
RGB Variations
Color information
#C1E698 (or 0xC1E698) is known color: Reef. HEX triplet: C1, E6 and 98. RGB value is (193,230,152). Sum of RGB (Red+Green+Blue) = 193+230+152=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1E698 is #3E1967. Grayscale: #D2D2D2. Windows color (decimal): -4069736 or 10020545. OLE color: 10020545.
HSL color Cylindrical-coordinate representation of color #C1E698: hue angle of 88.46º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1E698 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 230 | 152 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.10 |
| HSL | 88.46º | 0.61% | 0.75% | - |
| HSV(B) | 88.46º | 0.34% | 0.9% | - |
| XYZ | 55.96 | 70.2 | 40.31 | - |
| YUV | 210.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 152 | 0.16 | 0 | 0.34 | 0.10 | 88.46 | 0.61 | 0.75 |
| Hex | C1 | E6 | 98 | 10 | 0 | 22 | A | 58 | 3D | 4B |
| Octal | 301 | 346 | 230 | 20 | 0 | 42 | 12 | 130 | 75 | 113 |
| Binary | 11000001 | 11100110 | 10011000 | 10000 | 0 | 100010 | 1010 | 1011000 | 111101 | 1001011 |
Color Harmonies of #C1E698
Complementary color
Monochromatic Colors of #C1E698
Black with #C1E698
Text Example
Text Example
White with #C1E698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E698; }
p { color: rgb(193,230,152); }
H1.HeaderClassName
{
color: #C1E698;
}
.AnyTagClassName
{
color: #C1E698;
}
</style>
background-color css
<style>
a { background-color: #C1E698; }
a { background-color: rgb(193,230,152); }
div.DivClassName
{
background-color: #C1E698;
}
.BgClassName
{
background-color: #C1E698;
}
</style>
border-color css
<style>
span { border-color: #C1E698; }
span { border-color: rgb(193,230,152); }
td.TdClassName
{
border-color: #C1E698;
}
.TagClassName
{
border-color: #C1E698;
}
</style>