Html Css Color HEX #7DDA9A De York

📋 copy color: '#7DDA9A'

red 125 ◦ green 218 ◦ blue 154

#7DDA9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7DDA9A

Tints of De York #7DDA9A

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 value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#7DDA9A (or 0x7DDA9A) is known color: 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

RGB 125 218 154 -
CMYK 0.43 0 0.29 0.15
HSL 138.71º 0.56% 0.67% -
HSV(B) 138.71º 0.43% 0.85% -
XYZ 39.36 56.84 39.47 -
YUV 182.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 125 218 154 0.43 0 0.29 0.15 138.71 0.56 0.67
Hex 7D DA 9A 2B 0 1D F 8B 38 43
Octal 175 332 232 53 0 35 17 213 70 103
Binary 1111101 11011010 10011010 101011 0 11101 1111 10001011 111000 1000011

Color Harmonies of #7DDA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA9A

Black with #7DDA9A

Text Example


Text Example

White with #7DDA9A

Text Example


Text Example

HTML Codes & Css Web 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>