Html Css Color HEX #79EDD0 Aquamarine

📋 copy color: '#79EDD0'

red 121 ◦ green 237 ◦ blue 208

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

Shades of Aquamarine #79EDD0

Tints of Aquamarine #79EDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.87%

 BLUE value IS 208 (81.64% from 255) = 36.75%

R = 21.38%
G = 41.87%
B = 36.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#79EDD0 (or 0x79EDD0) is known color: Aquamarine. HEX triplet: 79, ED and D0. RGB value is (121,237,208). Sum of RGB (Red+Green+Blue) = 121+237+208=566 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.38% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #79EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EDD0 is #86122F. Grayscale: #C7C7C7. Windows color (decimal): -8786480 or 13692281. OLE color: 13692281.

HSL color Cylindrical-coordinate representation of color #79EDD0: hue angle of 165º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EDD0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 237 208 -
CMYK 0.49 0 0.12 0.07
HSL 165º 0.76% 0.7% -
HSV(B) 165º 0.49% 0.93% -
XYZ 49.55 69.19 70.42 -
YUV 199.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 121 237 208 0.49 0 0.12 0.07 165 0.76 0.7
Hex 79 ED D0 31 0 C 7 A5 4C 46
Octal 171 355 320 61 0 14 7 245 114 106
Binary 1111001 11101101 11010000 110001 0 1100 111 10100101 1001100 1000110

Color Harmonies of #79EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EDD0

Black with #79EDD0

Text Example


Text Example

White with #79EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,237,208); }

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

background-color css

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

 a { background-color: rgb(121,237,208); }

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

border-color css

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

 span { border-color: rgb(121,237,208); }

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