Shades of Reef #C9FDA6
Tints of Reef #C9FDA6
RGB
CMYK
RGB Variations
Color information
#C9FDA6 (or 0xC9FDA6) is known color: Reef. HEX triplet: C9, FD and A6. RGB value is (201,253,166). Sum of RGB (Red+Green+Blue) = 201+253+166=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FDA6 is #360259. Grayscale: #E3E3E3. Windows color (decimal): -3539546 or 10943945. OLE color: 10943945.
HSL color Cylindrical-coordinate representation of color #C9FDA6: hue angle of 95.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9FDA6 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 253 | 166 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.01 |
| HSL | 95.86º | 0.96% | 0.82% | - |
| HSV(B) | 95.86º | 0.34% | 0.99% | - |
| XYZ | 66.1 | 85.42 | 49.08 | - |
| YUV | 227.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 253 | 166 | 0.21 | 0 | 0.34 | 0.01 | 95.86 | 0.96 | 0.82 |
| Hex | C9 | FD | A6 | 15 | 0 | 22 | 1 | 60 | 60 | 52 |
| Octal | 311 | 375 | 246 | 25 | 0 | 42 | 1 | 140 | 140 | 122 |
| Binary | 11001001 | 11111101 | 10100110 | 10101 | 0 | 100010 | 1 | 1100000 | 1100000 | 1010010 |
Color Harmonies of #C9FDA6
Complementary color
Monochromatic Colors of #C9FDA6
Black with #C9FDA6
Text Example
Text Example
White with #C9FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FDA6; }
p { color: rgb(201,253,166); }
H1.HeaderClassName
{
color: #C9FDA6;
}
.AnyTagClassName
{
color: #C9FDA6;
}
</style>
background-color css
<style>
a { background-color: #C9FDA6; }
a { background-color: rgb(201,253,166); }
div.DivClassName
{
background-color: #C9FDA6;
}
.BgClassName
{
background-color: #C9FDA6;
}
</style>
border-color css
<style>
span { border-color: #C9FDA6; }
span { border-color: rgb(201,253,166); }
td.TdClassName
{
border-color: #C9FDA6;
}
.TagClassName
{
border-color: #C9FDA6;
}
</style>