Shades of Reef #C9FEA2
Tints of Reef #C9FEA2
RGB
CMYK
RGB Variations
Color information
#C9FEA2 (or 0xC9FEA2) is known color: Reef. HEX triplet: C9, FE and A2. RGB value is (201,254,162). Sum of RGB (Red+Green+Blue) = 201+254+162=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FEA2 is #36015D. Grayscale: #E3E3E3. Windows color (decimal): -3539294 or 10682057. OLE color: 10682057.
HSL color Cylindrical-coordinate representation of color #C9FEA2: hue angle of 94.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9FEA2 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 162 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.00 |
| HSL | 94.57º | 0.98% | 0.82% | - |
| HSV(B) | 94.57º | 0.36% | 1% | - |
| XYZ | 66.05 | 85.91 | 47.28 | - |
| YUV | 227.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 162 | 0.21 | 0 | 0.36 | 0.00 | 94.57 | 0.98 | 0.82 |
| Hex | C9 | FE | A2 | 15 | 0 | 24 | 0 | 5F | 62 | 52 |
| Octal | 311 | 376 | 242 | 25 | 0 | 44 | 0 | 137 | 142 | 122 |
| Binary | 11001001 | 11111110 | 10100010 | 10101 | 0 | 100100 | 0 | 1011111 | 1100010 | 1010010 |
Color Harmonies of #C9FEA2
Complementary color
Monochromatic Colors of #C9FEA2
Black with #C9FEA2
Text Example
Text Example
White with #C9FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FEA2; }
p { color: rgb(201,254,162); }
H1.HeaderClassName
{
color: #C9FEA2;
}
.AnyTagClassName
{
color: #C9FEA2;
}
</style>
background-color css
<style>
a { background-color: #C9FEA2; }
a { background-color: rgb(201,254,162); }
div.DivClassName
{
background-color: #C9FEA2;
}
.BgClassName
{
background-color: #C9FEA2;
}
</style>
border-color css
<style>
span { border-color: #C9FEA2; }
span { border-color: rgb(201,254,162); }
td.TdClassName
{
border-color: #C9FEA2;
}
.TagClassName
{
border-color: #C9FEA2;
}
</style>