Html Css Color HEX #7AEEDC Aquamarine

📋 copy color: '#7AEEDC'

red 122 ◦ green 238 ◦ blue 220

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

Shades of Aquamarine #7AEEDC

Tints of Aquamarine #7AEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 21.03%
G = 41.03%
B = 37.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7AEEDC (or 0x7AEEDC) is known color: Aquamarine. HEX triplet: 7A, EE and DC. RGB value is (122,238,220). Sum of RGB (Red+Green+Blue) = 122+238+220=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEEDC is #851123. Grayscale: #C9C9C9. Windows color (decimal): -8720676 or 14478970. OLE color: 14478970.

HSL color Cylindrical-coordinate representation of color #7AEEDC: hue angle of 170.69º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEEDC is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 238 220 -
CMYK 0.49 0 0.08 0.07
HSL 170.69º 0.77% 0.71% -
HSV(B) 170.69º 0.49% 0.93% -
XYZ 51.52 70.45 78.59 -
YUV 201.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 122 238 220 0.49 0 0.08 0.07 170.69 0.77 0.71
Hex 7A EE DC 31 0 8 7 AB 4D 47
Octal 172 356 334 61 0 10 7 253 115 107
Binary 1111010 11101110 11011100 110001 0 1000 111 10101011 1001101 1000111

Color Harmonies of #7AEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEEDC

Black with #7AEEDC

Text Example


Text Example

White with #7AEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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