Shades of Reef #C7EEA0
Tints of Reef #C7EEA0
RGB
CMYK
RGB Variations
Color information
#C7EEA0 (or 0xC7EEA0) is known color: Reef. HEX triplet: C7, EE and A0. RGB value is (199,238,160). Sum of RGB (Red+Green+Blue) = 199+238+160=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EEA0 is #38115F. Grayscale: #D9D9D9. Windows color (decimal): -3674464 or 10546887. OLE color: 10546887.
HSL color Cylindrical-coordinate representation of color #C7EEA0: hue angle of 90º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7EEA0 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 238 | 160 | - |
CMYK | 0.16 | 0 | 0.33 | 0.07 |
HSL | 90º | 0.7% | 0.78% | - |
HSV(B) | 90º | 0.33% | 0.93% | - |
XYZ | 60.47 | 75.83 | 44.71 | - |
YUV | 217.45 | 95.58 | 114.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 238 | 160 | 0.16 | 0 | 0.33 | 0.07 | 90 | 0.7 | 0.78 |
Hex | C7 | EE | A0 | 10 | 0 | 21 | 7 | 5A | 46 | 4E |
Octal | 307 | 356 | 240 | 20 | 0 | 41 | 7 | 132 | 106 | 116 |
Binary | 11000111 | 11101110 | 10100000 | 10000 | 0 | 100001 | 111 | 1011010 | 1000110 | 1001110 |
Color Harmonies of #C7EEA0
Complementary color
Monochromatic Colors of #C7EEA0
Black with #C7EEA0
Text Example
Text Example
White with #C7EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EEA0; }
p { color: rgb(199,238,160); }
H1.HeaderClassName
{
color: #C7EEA0;
}
.AnyTagClassName
{
color: #C7EEA0;
}
</style>
background-color css
<style>
a { background-color: #C7EEA0; }
a { background-color: rgb(199,238,160); }
div.DivClassName
{
background-color: #C7EEA0;
}
.BgClassName
{
background-color: #C7EEA0;
}
</style>
border-color css
<style>
span { border-color: #C7EEA0; }
span { border-color: rgb(199,238,160); }
td.TdClassName
{
border-color: #C7EEA0;
}
.TagClassName
{
border-color: #C7EEA0;
}
</style>