Html Css Color HEX #7DCAA3 Medium Aquamarine

📋 copy color: '#7DCAA3'

red 125 ◦ green 202 ◦ blue 163

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

Shades of Medium Aquamarine #7DCAA3

Tints of Medium Aquamarine #7DCAA3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.22%

 BLUE value IS 163 (64.06% from 255) = 33.27%

R = 25.51%
G = 41.22%
B = 33.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#7DCAA3 (or 0x7DCAA3) is known color: Medium Aquamarine. HEX triplet: 7D, CA and A3. RGB value is (125,202,163). Sum of RGB (Red+Green+Blue) = 125+202+163=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAA3 is #82355C. Grayscale: #AEAEAE. Windows color (decimal): -8533341 or 10734205. OLE color: 10734205.

HSL color Cylindrical-coordinate representation of color #7DCAA3: hue angle of 149.61º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAA3 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 163 -
CMYK 0.38 0 0.19 0.21
HSL 149.61º 0.42% 0.64% -
HSV(B) 149.61º 0.38% 0.79% -
XYZ 36.19 49.25 42.25 -
YUV 174.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 125 202 163 0.38 0 0.19 0.21 149.61 0.42 0.64
Hex 7D CA A3 26 0 13 15 96 2A 40
Octal 175 312 243 46 0 23 25 226 52 100
Binary 1111101 11001010 10100011 100110 0 10011 10101 10010110 101010 1000000

Color Harmonies of #7DCAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCAA3

Black with #7DCAA3

Text Example


Text Example

White with #7DCAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,202,163); }

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

background-color css

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

 a { background-color: rgb(125,202,163); }

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

border-color css

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

 span { border-color: rgb(125,202,163); }

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