Html Css Color HEX #7DD3AA Medium Aquamarine

📋 copy color: '#7DD3AA'

red 125 ◦ green 211 ◦ blue 170

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

Shades of Medium Aquamarine #7DD3AA

Tints of Medium Aquamarine #7DD3AA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 24.7%
G = 41.7%
B = 33.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#7DD3AA (or 0x7DD3AA) is known color: Medium Aquamarine. HEX triplet: 7D, D3 and AA. RGB value is (125,211,170). Sum of RGB (Red+Green+Blue) = 125+211+170=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD3AA is #822C55. Grayscale: #B4B4B4. Windows color (decimal): -8531030 or 11195261. OLE color: 11195261.

HSL color Cylindrical-coordinate representation of color #7DD3AA: hue angle of 151.4º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD3AA is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 211 170 -
CMYK 0.41 0 0.19 0.17
HSL 151.4º 0.49% 0.66% -
HSV(B) 151.4º 0.41% 0.83% -
XYZ 39.01 53.85 46.37 -
YUV 180.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 125 211 170 0.41 0 0.19 0.17 151.4 0.49 0.66
Hex 7D D3 AA 29 0 13 11 97 31 42
Octal 175 323 252 51 0 23 21 227 61 102
Binary 1111101 11010011 10101010 101001 0 10011 10001 10010111 110001 1000010

Color Harmonies of #7DD3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD3AA

Black with #7DD3AA

Text Example


Text Example

White with #7DD3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,211,170); }

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

background-color css

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

 a { background-color: rgb(125,211,170); }

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

border-color css

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

 span { border-color: rgb(125,211,170); }

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