Shades of Reef #C7EEA1
Tints of Reef #C7EEA1
RGB
CMYK
RGB Variations
Color information
#C7EEA1 (or 0xC7EEA1) is known color: Reef. HEX triplet: C7, EE and A1. RGB value is (199,238,161). Sum of RGB (Red+Green+Blue) = 199+238+161=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EEA1 is #38115E. Grayscale: #D9D9D9. Windows color (decimal): -3674463 or 10612423. OLE color: 10612423.
HSL color Cylindrical-coordinate representation of color #C7EEA1: hue angle of 90.39º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7EEA1 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 238 | 161 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.07 |
| HSL | 90.39º | 0.69% | 0.78% | - |
| HSV(B) | 90.39º | 0.32% | 0.93% | - |
| XYZ | 60.56 | 75.86 | 45.17 | - |
| YUV | 217.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 238 | 161 | 0.16 | 0 | 0.32 | 0.07 | 90.39 | 0.69 | 0.78 |
| Hex | C7 | EE | A1 | 10 | 0 | 20 | 7 | 5A | 45 | 4E |
| Octal | 307 | 356 | 241 | 20 | 0 | 40 | 7 | 132 | 105 | 116 |
| Binary | 11000111 | 11101110 | 10100001 | 10000 | 0 | 100000 | 111 | 1011010 | 1000101 | 1001110 |
Color Harmonies of #C7EEA1
Complementary color
Monochromatic Colors of #C7EEA1
Black with #C7EEA1
Text Example
Text Example
White with #C7EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EEA1; }
p { color: rgb(199,238,161); }
H1.HeaderClassName
{
color: #C7EEA1;
}
.AnyTagClassName
{
color: #C7EEA1;
}
</style>
background-color css
<style>
a { background-color: #C7EEA1; }
a { background-color: rgb(199,238,161); }
div.DivClassName
{
background-color: #C7EEA1;
}
.BgClassName
{
background-color: #C7EEA1;
}
</style>
border-color css
<style>
span { border-color: #C7EEA1; }
span { border-color: rgb(199,238,161); }
td.TdClassName
{
border-color: #C7EEA1;
}
.TagClassName
{
border-color: #C7EEA1;
}
</style>