Shades of Reef #C9F1AA
Tints of Reef #C9F1AA
RGB
CMYK
RGB Variations
Color information
#C9F1AA (or 0xC9F1AA) is known color: Reef. HEX triplet: C9, F1 and AA. RGB value is (201,241,170). Sum of RGB (Red+Green+Blue) = 201+241+170=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F1AA is #360E55. Grayscale: #DDDDDD. Windows color (decimal): -3542614 or 11203017. OLE color: 11203017.
HSL color Cylindrical-coordinate representation of color #C9F1AA: hue angle of 93.8º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9F1AA is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 170 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.05 |
| HSL | 93.8º | 0.72% | 0.81% | - |
| HSV(B) | 93.8º | 0.29% | 0.95% | - |
| XYZ | 62.8 | 78.23 | 49.82 | - |
| YUV | 220.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 170 | 0.17 | 0 | 0.29 | 0.05 | 93.8 | 0.72 | 0.81 |
| Hex | C9 | F1 | AA | 11 | 0 | 1D | 5 | 5E | 48 | 51 |
| Octal | 311 | 361 | 252 | 21 | 0 | 35 | 5 | 136 | 110 | 121 |
| Binary | 11001001 | 11110001 | 10101010 | 10001 | 0 | 11101 | 101 | 1011110 | 1001000 | 1010001 |
Color Harmonies of #C9F1AA
Complementary color
Monochromatic Colors of #C9F1AA
Black with #C9F1AA
Text Example
Text Example
White with #C9F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F1AA; }
p { color: rgb(201,241,170); }
H1.HeaderClassName
{
color: #C9F1AA;
}
.AnyTagClassName
{
color: #C9F1AA;
}
</style>
background-color css
<style>
a { background-color: #C9F1AA; }
a { background-color: rgb(201,241,170); }
div.DivClassName
{
background-color: #C9F1AA;
}
.BgClassName
{
background-color: #C9F1AA;
}
</style>
border-color css
<style>
span { border-color: #C9F1AA; }
span { border-color: rgb(201,241,170); }
td.TdClassName
{
border-color: #C9F1AA;
}
.TagClassName
{
border-color: #C9F1AA;
}
</style>