Html Css Color HEX #79EADC Aquamarine

📋 copy color: '#79EADC'

red 121 ◦ green 234 ◦ blue 220

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

Shades of Aquamarine #79EADC

Tints of Aquamarine #79EADC

RGB

 RED value IS 121 (47.66% from 255) = 21.04%

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

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

R = 21.04%
G = 40.7%
B = 38.26%

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

#79EADC (or 0x79EADC) is known color: Aquamarine. HEX triplet: 79, EA and DC. RGB value is (121,234,220). Sum of RGB (Red+Green+Blue) = 121+234+220=575 (76% of max value = 765). Red value is 121 (47.66% from 255 or 21.04% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #79EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EADC is #861523. Grayscale: #C6C6C6. Windows color (decimal): -8787236 or 14477945. OLE color: 14477945.

HSL color Cylindrical-coordinate representation of color #79EADC: hue angle of 172.57º 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 #79EADC is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 234 220 -
CMYK 0.48 0 0.06 0.08
HSL 172.57º 0.73% 0.7% -
HSV(B) 172.57º 0.48% 0.92% -
XYZ 50.23 68.08 78.2 -
YUV 198.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 121 234 220 0.48 0 0.06 0.08 172.57 0.73 0.7
Hex 79 EA DC 30 0 6 8 AD 49 46
Octal 171 352 334 60 0 6 10 255 111 106
Binary 1111001 11101010 11011100 110000 0 110 1000 10101101 1001001 1000110

Color Harmonies of #79EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EADC

Black with #79EADC

Text Example


Text Example

White with #79EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79EADC; }

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

 H1.HeaderClassName
 {
   color: #79EADC;
 }
 .AnyTagClassName
 {
   color: #79EADC;
 }
</style>

background-color css

<style>
 a { background-color: #79EADC; }

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

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

border-color css

<style>
 span { border-color: #79EADC; }

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

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