Html Css Color HEX #7ADCA3 Medium Aquamarine

📋 copy color: '#7ADCA3'

red 122 ◦ green 220 ◦ blue 163

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

Shades of Medium Aquamarine #7ADCA3

Tints of Medium Aquamarine #7ADCA3

RGB

 RED value IS 122 (48.05% from 255) = 24.16%

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 24.16%
G = 43.56%
B = 32.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#7ADCA3 (or 0x7ADCA3) is known color: Medium Aquamarine. HEX triplet: 7A, DC and A3. RGB value is (122,220,163). Sum of RGB (Red+Green+Blue) = 122+220+163=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCA3 is #85235C. Grayscale: #B8B8B8. Windows color (decimal): -8725341 or 10738810. OLE color: 10738810.

HSL color Cylindrical-coordinate representation of color #7ADCA3: hue angle of 145.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCA3 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 163 -
CMYK 0.45 0 0.26 0.14
HSL 145.1º 0.58% 0.67% -
HSV(B) 145.1º 0.45% 0.86% -
XYZ 40.23 57.97 43.72 -
YUV 184.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 122 220 163 0.45 0 0.26 0.14 145.1 0.58 0.67
Hex 7A DC A3 2D 0 1A E 91 3A 43
Octal 172 334 243 55 0 32 16 221 72 103
Binary 1111010 11011100 10100011 101101 0 11010 1110 10010001 111010 1000011

Color Harmonies of #7ADCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCA3

Black with #7ADCA3

Text Example


Text Example

White with #7ADCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,220,163); }

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

background-color css

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

 a { background-color: rgb(122,220,163); }

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

border-color css

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

 span { border-color: rgb(122,220,163); }

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