Html Css Color HEX #7DD6AD Medium Aquamarine

📋 copy color: '#7DD6AD'

red 125 ◦ green 214 ◦ blue 173

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

Shades of Medium Aquamarine #7DD6AD

Tints of Medium Aquamarine #7DD6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 24.41%
G = 41.8%
B = 33.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#7DD6AD (or 0x7DD6AD) is known color: Medium Aquamarine. HEX triplet: 7D, D6 and AD. RGB value is (125,214,173). Sum of RGB (Red+Green+Blue) = 125+214+173=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD6AD is #822952. Grayscale: #B6B6B6. Windows color (decimal): -8530259 or 11392637. OLE color: 11392637.

HSL color Cylindrical-coordinate representation of color #7DD6AD: hue angle of 152.36º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6AD is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 173 -
CMYK 0.42 0 0.19 0.16
HSL 152.36º 0.52% 0.66% -
HSV(B) 152.36º 0.42% 0.84% -
XYZ 40.05 55.47 48.13 -
YUV 182.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 125 214 173 0.42 0 0.19 0.16 152.36 0.52 0.66
Hex 7D D6 AD 2A 0 13 10 98 34 42
Octal 175 326 255 52 0 23 20 230 64 102
Binary 1111101 11010110 10101101 101010 0 10011 10000 10011000 110100 1000010

Color Harmonies of #7DD6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD6AD

Black with #7DD6AD

Text Example


Text Example

White with #7DD6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,214,173); }

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

background-color css

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

 a { background-color: rgb(125,214,173); }

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

border-color css

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

 span { border-color: rgb(125,214,173); }

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