Html Css Color HEX #7DD0A7 Medium Aquamarine

📋 copy color: '#7DD0A7'

red 125 ◦ green 208 ◦ blue 167

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

Shades of Medium Aquamarine #7DD0A7

Tints of Medium Aquamarine #7DD0A7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 25%
G = 41.6%
B = 33.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#7DD0A7 (or 0x7DD0A7) is known color: Medium Aquamarine. HEX triplet: 7D, D0 and A7. RGB value is (125,208,167). Sum of RGB (Red+Green+Blue) = 125+208+167=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD0A7 is #822F58. Grayscale: #B2B2B2. Windows color (decimal): -8531801 or 10997885. OLE color: 10997885.

HSL color Cylindrical-coordinate representation of color #7DD0A7: hue angle of 150.36º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0A7 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 167 -
CMYK 0.40 0 0.20 0.18
HSL 150.36º 0.47% 0.65% -
HSV(B) 150.36º 0.4% 0.82% -
XYZ 37.99 52.26 44.64 -
YUV 178.51 121.5 89.83 -
System Red Green Blue C M Y K H S L
Decimal 125 208 167 0.40 0 0.20 0.18 150.36 0.47 0.65
Hex 7D D0 A7 28 0 14 12 96 2F 41
Octal 175 320 247 50 0 24 22 226 57 101
Binary 1111101 11010000 10100111 101000 0 10100 10010 10010110 101111 1000001

Color Harmonies of #7DD0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD0A7

Black with #7DD0A7

Text Example


Text Example

White with #7DD0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,208,167); }

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

background-color css

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

 a { background-color: rgb(125,208,167); }

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

border-color css

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

 span { border-color: rgb(125,208,167); }

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