Html Css Color HEX #7ADCAC Medium Aquamarine

📋 copy color: '#7ADCAC'

red 122 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #7ADCAC

Tints of Medium Aquamarine #7ADCAC

RGB

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

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

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

R = 23.74%
G = 42.8%
B = 33.46%

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

#7ADCAC (or 0x7ADCAC) is known color: Medium Aquamarine. HEX triplet: 7A, DC and AC. RGB value is (122,220,172). Sum of RGB (Red+Green+Blue) = 122+220+172=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCAC is #852353. Grayscale: #B9B9B9. Windows color (decimal): -8725332 or 11328634. OLE color: 11328634.

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

Color convert

RGB 122 220 172 -
CMYK 0.45 0 0.22 0.14
HSL 150.61º 0.58% 0.67% -
HSV(B) 150.61º 0.45% 0.86% -
XYZ 41.07 58.3 48.12 -
YUV 185.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 122 220 172 0.45 0 0.22 0.14 150.61 0.58 0.67
Hex 7A DC AC 2D 0 16 E 97 3A 43
Octal 172 334 254 55 0 26 16 227 72 103
Binary 1111010 11011100 10101100 101101 0 10110 1110 10010111 111010 1000011

Color Harmonies of #7ADCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCAC

Black with #7ADCAC

Text Example


Text Example

White with #7ADCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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