#7DDA9A

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

Shades of De York #7DDA9A

Tints of De York #7DDA9A

Color information

#7DDA9A (or 0x7DDA9A) is unknown color: approx De York. HEX triplet: 7D, DA and 9A. RGB value is (125,218,154). Sum of RGB (Red+Green+Blue) = 125+218+154=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA9A is #822565. Grayscale: #B7B7B7. Windows color (decimal): -8529254 or 10148477. OLE color: 10148477.

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

Color convert

RGB125218154-
CMYK0.4300.290.15
HSL138.71º55.69%67.25%-
HSV(B)138.71º42.66%85.49%-
XYZ39.3656.8439.47-
YUV182.9111.6986.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=25.15%
G=43.86%
B=30.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181540.4300.290.15138.7155.6967.25
Hex7DDA9A2B01DF8b3843
Octal175332232530351721370103
Binary111110111011010100110101010110111011111100010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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