Html Css Color HEX #7ADDAB Medium Aquamarine

📋 copy color: '#7ADDAB'

red 122 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #7ADDAB

Tints of Medium Aquamarine #7ADDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43%

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 23.74%
G = 43%
B = 33.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#7ADDAB (or 0x7ADDAB) is known color: Medium Aquamarine. HEX triplet: 7A, DD and AB. RGB value is (122,221,171). Sum of RGB (Red+Green+Blue) = 122+221+171=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDAB is #852254. Grayscale: #B9B9B9. Windows color (decimal): -8725077 or 11263354. OLE color: 11263354.

HSL color Cylindrical-coordinate representation of color #7ADDAB: hue angle of 149.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDAB is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 171 -
CMYK 0.45 0 0.23 0.13
HSL 149.7º 0.59% 0.67% -
HSV(B) 149.7º 0.45% 0.87% -
XYZ 41.23 58.79 47.7 -
YUV 185.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 122 221 171 0.45 0 0.23 0.13 149.7 0.59 0.67
Hex 7A DD AB 2D 0 17 D 96 3B 43
Octal 172 335 253 55 0 27 15 226 73 103
Binary 1111010 11011101 10101011 101101 0 10111 1101 10010110 111011 1000011

Color Harmonies of #7ADDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDAB

Black with #7ADDAB

Text Example


Text Example

White with #7ADDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,221,171); }

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

background-color css

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

 a { background-color: rgb(122,221,171); }

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

border-color css

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

 span { border-color: rgb(122,221,171); }

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