Html Css Color HEX #7ADAA3 Medium Aquamarine

📋 copy color: '#7ADAA3'

red 122 ◦ green 218 ◦ blue 163

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

Shades of Medium Aquamarine #7ADAA3

Tints of Medium Aquamarine #7ADAA3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

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

R = 24.25%
G = 43.34%
B = 32.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#7ADAA3 (or 0x7ADAA3) is known color: Medium Aquamarine. HEX triplet: 7A, DA and A3. RGB value is (122,218,163). Sum of RGB (Red+Green+Blue) = 122+218+163=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADAA3 is #85255C. Grayscale: #B7B7B7. Windows color (decimal): -8725853 or 10738298. OLE color: 10738298.

HSL color Cylindrical-coordinate representation of color #7ADAA3: hue angle of 145.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAA3 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 163 -
CMYK 0.44 0 0.25 0.15
HSL 145.63º 0.56% 0.67% -
HSV(B) 145.63º 0.44% 0.85% -
XYZ 39.71 56.92 43.55 -
YUV 183.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 122 218 163 0.44 0 0.25 0.15 145.63 0.56 0.67
Hex 7A DA A3 2C 0 19 F 92 38 43
Octal 172 332 243 54 0 31 17 222 70 103
Binary 1111010 11011010 10100011 101100 0 11001 1111 10010010 111000 1000011

Color Harmonies of #7ADAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADAA3

Black with #7ADAA3

Text Example


Text Example

White with #7ADAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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