Shades of Reef #C7EDA1
Tints of Reef #C7EDA1
RGB
CMYK
RGB Variations
Color information
#C7EDA1 (or 0xC7EDA1) is known color: Reef. HEX triplet: C7, ED and A1. RGB value is (199,237,161). Sum of RGB (Red+Green+Blue) = 199+237+161=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EDA1 is #38125E. Grayscale: #D9D9D9. Windows color (decimal): -3674719 or 10612167. OLE color: 10612167.
HSL color Cylindrical-coordinate representation of color #C7EDA1: hue angle of 90º degrees, saturation: 0.68, 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 #C7EDA1 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 237 | 161 | - |
CMYK | 0.16 | 0 | 0.32 | 0.07 |
HSL | 90º | 0.68% | 0.78% | - |
HSV(B) | 90º | 0.32% | 0.93% | - |
XYZ | 60.27 | 75.28 | 45.07 | - |
YUV | 216.97 | 96.41 | 115.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 237 | 161 | 0.16 | 0 | 0.32 | 0.07 | 90 | 0.68 | 0.78 |
Hex | C7 | ED | A1 | 10 | 0 | 20 | 7 | 5A | 44 | 4E |
Octal | 307 | 355 | 241 | 20 | 0 | 40 | 7 | 132 | 104 | 116 |
Binary | 11000111 | 11101101 | 10100001 | 10000 | 0 | 100000 | 111 | 1011010 | 1000100 | 1001110 |
Color Harmonies of #C7EDA1
Complementary color
Monochromatic Colors of #C7EDA1
Black with #C7EDA1
Text Example
Text Example
White with #C7EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDA1; }
p { color: rgb(199,237,161); }
H1.HeaderClassName
{
color: #C7EDA1;
}
.AnyTagClassName
{
color: #C7EDA1;
}
</style>
background-color css
<style>
a { background-color: #C7EDA1; }
a { background-color: rgb(199,237,161); }
div.DivClassName
{
background-color: #C7EDA1;
}
.BgClassName
{
background-color: #C7EDA1;
}
</style>
border-color css
<style>
span { border-color: #C7EDA1; }
span { border-color: rgb(199,237,161); }
td.TdClassName
{
border-color: #C7EDA1;
}
.TagClassName
{
border-color: #C7EDA1;
}
</style>