Html Css Color HEX #79FADD Aquamarine

📋 copy color: '#79FADD'

red 121 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #79FADD

Tints of Aquamarine #79FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.23%

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 20.44%
G = 42.23%
B = 37.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#79FADD (or 0x79FADD) is known color: Aquamarine. HEX triplet: 79, FA and DD. RGB value is (121,250,221). Sum of RGB (Red+Green+Blue) = 121+250+221=592 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.44% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #79FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FADD is #860522. Grayscale: #D0D0D0. Windows color (decimal): -8783139 or 14547577. OLE color: 14547577.

HSL color Cylindrical-coordinate representation of color #79FADD: hue angle of 166.51º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FADD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 250 221 -
CMYK 0.52 0 0.12 0.02
HSL 166.51º 0.93% 0.73% -
HSV(B) 166.51º 0.52% 0.98% -
XYZ 55.12 77.66 80.49 -
YUV 208.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 121 250 221 0.52 0 0.12 0.02 166.51 0.93 0.73
Hex 79 FA DD 34 0 C 2 A7 5D 49
Octal 171 372 335 64 0 14 2 247 135 111
Binary 1111001 11111010 11011101 110100 0 1100 10 10100111 1011101 1001001

Color Harmonies of #79FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79FADD

Black with #79FADD

Text Example


Text Example

White with #79FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,250,221); }

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

background-color css

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

 a { background-color: rgb(121,250,221); }

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

border-color css

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

 span { border-color: rgb(121,250,221); }

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