#7EDA9A

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

Shades of De York #7EDA9A

Tints of De York #7EDA9A

Color information

#7EDA9A (or 0x7EDA9A) is unknown color: approx De York. HEX triplet: 7E, DA and 9A. RGB value is (126,218,154). Sum of RGB (Red+Green+Blue) = 126+218+154=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA9A is #812565. Grayscale: #B7B7B7. Windows color (decimal): -8463718 or 10148478. OLE color: 10148478.

HSL color Cylindrical-coordinate representation of color #7EDA9A: hue angle of 138.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDA9A is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB126218154-
CMYK0.4200.290.15
HSL138.26º55.42%67.45%-
HSV(B)138.26º42.2%85.49%-
XYZ39.5156.9139.47-
YUV183.2111.5287.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 218 (85.55% from 255) = 43.78%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=25.30%
G=43.78%
B=30.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181540.4200.290.15138.2655.4267.45
Hex7EDA9A2A01DF8a3743
Octal176332232520351721267103
Binary111111011011010100110101010100111011111100010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,154); }

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

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

 a { background-color: rgb(126,218,154); }

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

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

 span { border-color: rgb(126,218,154); }

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