Html Css Color HEX #7DDA9B De York

📋 copy color: '#7DDA9B'

red 125 ◦ green 218 ◦ blue 155

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

Shades of De York #7DDA9B

Tints of De York #7DDA9B

RGB

 RED value IS 125 (49.22% from 255) = 25.1%

 GREEN value IS 218 (85.55% from 255) = 43.78%

 BLUE value IS 155 (60.94% from 255) = 31.12%

R = 25.1%
G = 43.78%
B = 31.12%

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

#7DDA9B (or 0x7DDA9B) is known color: De York. HEX triplet: 7D, DA and 9B. RGB value is (125,218,155). Sum of RGB (Red+Green+Blue) = 125+218+155=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA9B is #822564. Grayscale: #B7B7B7. Windows color (decimal): -8529253 or 10214013. OLE color: 10214013.

HSL color Cylindrical-coordinate representation of color #7DDA9B: hue angle of 139.35º 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 #7DDA9B is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 155 -
CMYK 0.43 0 0.29 0.15
HSL 139.35º 0.56% 0.67% -
HSV(B) 139.35º 0.43% 0.85% -
XYZ 39.45 56.87 39.91 -
YUV 183.01 112.19 86.62 -
System Red Green Blue C M Y K H S L
Decimal 125 218 155 0.43 0 0.29 0.15 139.35 0.56 0.67
Hex 7D DA 9B 2B 0 1D F 8B 38 43
Octal 175 332 233 53 0 35 17 213 70 103
Binary 1111101 11011010 10011011 101011 0 11101 1111 10001011 111000 1000011

Color Harmonies of #7DDA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA9B

Black with #7DDA9B

Text Example


Text Example

White with #7DDA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DDA9B;
 }
 .AnyTagClassName
 {
   color: #7DDA9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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