Html Css Color HEX #79EACF Aquamarine

📋 copy color: '#79EACF'

red 121 ◦ green 234 ◦ blue 207

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

Shades of Aquamarine #79EACF

Tints of Aquamarine #79EACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 21.53%
G = 41.64%
B = 36.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#79EACF (or 0x79EACF) is known color: Aquamarine. HEX triplet: 79, EA and CF. RGB value is (121,234,207). Sum of RGB (Red+Green+Blue) = 121+234+207=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #79EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EACF is #861530. Grayscale: #C5C5C5. Windows color (decimal): -8787249 or 13625977. OLE color: 13625977.

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

Color convert

RGB 121 234 207 -
CMYK 0.48 0 0.12 0.08
HSL 165.66º 0.73% 0.7% -
HSV(B) 165.66º 0.48% 0.92% -
XYZ 48.57 67.42 69.48 -
YUV 197.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 121 234 207 0.48 0 0.12 0.08 165.66 0.73 0.7
Hex 79 EA CF 30 0 C 8 A6 49 46
Octal 171 352 317 60 0 14 10 246 111 106
Binary 1111001 11101010 11001111 110000 0 1100 1000 10100110 1001001 1000110

Color Harmonies of #79EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EACF

Black with #79EACF

Text Example


Text Example

White with #79EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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