#7EDD9C

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

Shades of Chinook #7EDD9C

Tints of Chinook #7EDD9C

Color information

#7EDD9C (or 0x7EDD9C) is unknown color: approx Chinook. HEX triplet: 7E, DD and 9C. RGB value is (126,221,156). Sum of RGB (Red+Green+Blue) = 126+221+156=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDD9C is #812263. Grayscale: #B9B9B9. Windows color (decimal): -8462948 or 10280318. OLE color: 10280318.

HSL color Cylindrical-coordinate representation of color #7EDD9C: hue angle of 138.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDD9C is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB126221156-
CMYK0.4300.290.13
HSL138.95º58.28%68.04%-
HSV(B)138.95º42.99%86.67%-
XYZ40.4658.5540.62-
YUV185.18111.5385.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=25.05%
G=43.94%
B=31.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211560.4300.290.13138.9558.2868.04
Hex7EDD9C2B01DD8b3a44
Octal176335234530351521372104
Binary111111011011101100111001010110111011101100010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDD9C; }

 p { color: rgb(126,221,156); }

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

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

 a { background-color: rgb(126,221,156); }

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

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

 span { border-color: rgb(126,221,156); }

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