Shades of Reef #C7ECA2
Tints of Reef #C7ECA2
RGB
CMYK
RGB Variations
Color information
#C7ECA2 (or 0xC7ECA2) is known color: Reef. HEX triplet: C7, EC and A2. RGB value is (199,236,162). Sum of RGB (Red+Green+Blue) = 199+236+162=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7ECA2 is #38135D. Grayscale: #D8D8D8. Windows color (decimal): -3674974 or 10677447. OLE color: 10677447.
HSL color Cylindrical-coordinate representation of color #C7ECA2: hue angle of 90º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7ECA2 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 236 | 162 | - |
CMYK | 0.16 | 0 | 0.31 | 0.07 |
HSL | 90º | 0.66% | 0.78% | - |
HSV(B) | 90º | 0.31% | 0.93% | - |
XYZ | 60.07 | 74.74 | 45.44 | - |
YUV | 216.5 | 97.24 | 115.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 162 | 0.16 | 0 | 0.31 | 0.07 | 90 | 0.66 | 0.78 |
Hex | C7 | EC | A2 | 10 | 0 | 1F | 7 | 5A | 42 | 4E |
Octal | 307 | 354 | 242 | 20 | 0 | 37 | 7 | 132 | 102 | 116 |
Binary | 11000111 | 11101100 | 10100010 | 10000 | 0 | 11111 | 111 | 1011010 | 1000010 | 1001110 |
Color Harmonies of #C7ECA2
Complementary color
Monochromatic Colors of #C7ECA2
Black with #C7ECA2
Text Example
Text Example
White with #C7ECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECA2; }
p { color: rgb(199,236,162); }
H1.HeaderClassName
{
color: #C7ECA2;
}
.AnyTagClassName
{
color: #C7ECA2;
}
</style>
background-color css
<style>
a { background-color: #C7ECA2; }
a { background-color: rgb(199,236,162); }
div.DivClassName
{
background-color: #C7ECA2;
}
.BgClassName
{
background-color: #C7ECA2;
}
</style>
border-color css
<style>
span { border-color: #C7ECA2; }
span { border-color: rgb(199,236,162); }
td.TdClassName
{
border-color: #C7ECA2;
}
.TagClassName
{
border-color: #C7ECA2;
}
</style>