Shades of Reef #C9EFAC
Tints of Reef #C9EFAC
RGB
CMYK
RGB Variations
Color information
#C9EFAC (or 0xC9EFAC) is known color: Reef. HEX triplet: C9, EF and AC. RGB value is (201,239,172). Sum of RGB (Red+Green+Blue) = 201+239+172=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EFAC is #361053. Grayscale: #DCDCDC. Windows color (decimal): -3543124 or 11333577. OLE color: 11333577.
HSL color Cylindrical-coordinate representation of color #C9EFAC: hue angle of 94.03º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9EFAC is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 172 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.06 |
| HSL | 94.03º | 0.68% | 0.81% | - |
| HSV(B) | 94.03º | 0.28% | 0.94% | - |
| XYZ | 62.4 | 77.13 | 50.63 | - |
| YUV | 220 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 172 | 0.16 | 0 | 0.28 | 0.06 | 94.03 | 0.68 | 0.81 |
| Hex | C9 | EF | AC | 10 | 0 | 1C | 6 | 5E | 44 | 51 |
| Octal | 311 | 357 | 254 | 20 | 0 | 34 | 6 | 136 | 104 | 121 |
| Binary | 11001001 | 11101111 | 10101100 | 10000 | 0 | 11100 | 110 | 1011110 | 1000100 | 1010001 |
Color Harmonies of #C9EFAC
Complementary color
Monochromatic Colors of #C9EFAC
Black with #C9EFAC
Text Example
Text Example
White with #C9EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFAC; }
p { color: rgb(201,239,172); }
H1.HeaderClassName
{
color: #C9EFAC;
}
.AnyTagClassName
{
color: #C9EFAC;
}
</style>
background-color css
<style>
a { background-color: #C9EFAC; }
a { background-color: rgb(201,239,172); }
div.DivClassName
{
background-color: #C9EFAC;
}
.BgClassName
{
background-color: #C9EFAC;
}
</style>
border-color css
<style>
span { border-color: #C9EFAC; }
span { border-color: rgb(201,239,172); }
td.TdClassName
{
border-color: #C9EFAC;
}
.TagClassName
{
border-color: #C9EFAC;
}
</style>