Html Css Color HEX #7ADAAC Medium Aquamarine

📋 copy color: '#7ADAAC'

red 122 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #7ADAAC

Tints of Medium Aquamarine #7ADAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 23.83%
G = 42.58%
B = 33.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#7ADAAC (or 0x7ADAAC) is known color: Medium Aquamarine. HEX triplet: 7A, DA and AC. RGB value is (122,218,172). Sum of RGB (Red+Green+Blue) = 122+218+172=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADAAC is #852553. Grayscale: #B8B8B8. Windows color (decimal): -8725844 or 11328122. OLE color: 11328122.

HSL color Cylindrical-coordinate representation of color #7ADAAC: hue angle of 151.25º 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 #7ADAAC is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 172 -
CMYK 0.44 0 0.21 0.15
HSL 151.25º 0.56% 0.67% -
HSV(B) 151.25º 0.44% 0.85% -
XYZ 40.54 57.26 47.94 -
YUV 184.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 122 218 172 0.44 0 0.21 0.15 151.25 0.56 0.67
Hex 7A DA AC 2C 0 15 F 97 38 43
Octal 172 332 254 54 0 25 17 227 70 103
Binary 1111010 11011010 10101100 101100 0 10101 1111 10010111 111000 1000011

Color Harmonies of #7ADAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADAAC

Black with #7ADAAC

Text Example


Text Example

White with #7ADAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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