#C7EAA4

Color #C7EAA4 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C7EAA4

Tints of Reef #C7EAA4

Color information

#C7EAA4 (or 0xC7EAA4) is unknown color: approx Reef. HEX triplet: C7, EA and A4. RGB value is (199,234,164). Sum of RGB (Red+Green+Blue) = 199+234+164=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EAA4 is #38155B. Grayscale: #D7D7D7. Windows color (decimal): -3675484 or 10808007. OLE color: 10808007.

HSL color Cylindrical-coordinate representation of color #C7EAA4: hue angle of 90º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7EAA4 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB199234164-
CMYK0.1500.300.08
HSL90º62.5%78.04%-
HSV(B)90º29.91%91.76%-
XYZ59.6873.6746.2-
YUV215.5698.9116.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 164 (64.45% from 255) = 27.47%
R=33.33%
G=39.20%
B=27.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992341640.1500.300.089062.578.04
HexC7EAA4F01E85a3e4e
Octal307352244170361013276116
Binary1100011111101010101001001111011110100010110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EAA4; }

 p { color: rgb(199,234,164); }

 H1.HeaderClassName
 {
   color: #C7EAA4;
 }
 .AnyTagClassName
 {
   color: #C7EAA4;
 }
</style>
background-color css

<style>
 a { background-color: #C7EAA4; }

 a { background-color: rgb(199,234,164); }

 div.DivClassName
 {
   background-color: #C7EAA4;
 }
 .BgClassName
 {
   background-color: #C7EAA4;
 }
</style>
border-color css

<style>
 span { border-color: #C7EAA4; }

 span { border-color: rgb(199,234,164); }

 td.TdClassName
 {
   border-color: #C7EAA4;
 }
 .TagClassName
 {
   border-color: #C7EAA4;
 }
</style>