#c7e6a0

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

Shades of Reef #C7E6A0

Tints of Reef #C7E6A0

Color information

#C7E6A0 (or 0xC7E6A0) is unknown color: approx Reef. HEX triplet: C7, E6 and A0. RGB value is (199,230,160). Sum of RGB (Red+Green+Blue) = 199+230+160=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E6A0 is #38195F. Grayscale: #D4D4D4. Windows color (decimal): -3676512 or 10544839. OLE color: 10544839.

HSL color Cylindrical-coordinate representation of color #C7E6A0: hue angle of 86.57º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7E6A0 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB199230160-
CMYK0.1300.300.10
HSL86.57º58.33%76.47%-
HSV(B)86.57º30.43%90.2%-
XYZ58.271.2743.95-
YUV212.7598.23118.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 230 (90.23% from 255) = 39.05%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=33.79%
G=39.05%
B=27.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1992301600.1300.300.1086.5758.3376.47
HexC7E6A0D01EA573a4c
Octal307346240150361212772114
Binary1100011111100110101000001101011110101010101111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7e6a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7e6a0; }

 p { color: rgb(199,230,160); }

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

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

 a { background-color: rgb(199,230,160); }

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

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

 span { border-color: rgb(199,230,160); }

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