Html Css Color HEX #7AEADC Aquamarine

📋 copy color: '#7AEADC'

red 122 ◦ green 234 ◦ blue 220

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

Shades of Aquamarine #7AEADC

Tints of Aquamarine #7AEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.63%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 21.18%
G = 40.63%
B = 38.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#7AEADC (or 0x7AEADC) is known color: Aquamarine. HEX triplet: 7A, EA and DC. RGB value is (122,234,220). Sum of RGB (Red+Green+Blue) = 122+234+220=576 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.18% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEADC is #851523. Grayscale: #C6C6C6. Windows color (decimal): -8721700 or 14477946. OLE color: 14477946.

HSL color Cylindrical-coordinate representation of color #7AEADC: hue angle of 172.5º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEADC is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 234 220 -
CMYK 0.48 0 0.06 0.08
HSL 172.5º 0.73% 0.7% -
HSV(B) 172.5º 0.48% 0.92% -
XYZ 50.37 68.15 78.21 -
YUV 198.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 122 234 220 0.48 0 0.06 0.08 172.5 0.73 0.7
Hex 7A EA DC 30 0 6 8 AC 49 46
Octal 172 352 334 60 0 6 10 254 111 106
Binary 1111010 11101010 11011100 110000 0 110 1000 10101100 1001001 1000110

Color Harmonies of #7AEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEADC

Black with #7AEADC

Text Example


Text Example

White with #7AEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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