Html Css Color HEX #7ADCAB Medium Aquamarine

📋 copy color: '#7ADCAB'

red 122 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #7ADCAB

Tints of Medium Aquamarine #7ADCAB

RGB

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

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

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

R = 23.78%
G = 42.88%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#7ADCAB (or 0x7ADCAB) is known color: Medium Aquamarine. HEX triplet: 7A, DC and AB. RGB value is (122,220,171). Sum of RGB (Red+Green+Blue) = 122+220+171=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCAB is #852354. Grayscale: #B9B9B9. Windows color (decimal): -8725333 or 11263098. OLE color: 11263098.

HSL color Cylindrical-coordinate representation of color #7ADCAB: hue angle of 150º 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 #7ADCAB is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 171 -
CMYK 0.45 0 0.22 0.14
HSL 150º 0.58% 0.67% -
HSV(B) 150º 0.45% 0.86% -
XYZ 40.97 58.26 47.61 -
YUV 185.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 122 220 171 0.45 0 0.22 0.14 150 0.58 0.67
Hex 7A DC AB 2D 0 16 E 96 3A 43
Octal 172 334 253 55 0 26 16 226 72 103
Binary 1111010 11011100 10101011 101101 0 10110 1110 10010110 111010 1000011

Color Harmonies of #7ADCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCAB

Black with #7ADCAB

Text Example


Text Example

White with #7ADCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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