Html Css Color HEX #79EBD0 Aquamarine

📋 copy color: '#79EBD0'

red 121 ◦ green 235 ◦ blue 208

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

Shades of Aquamarine #79EBD0

Tints of Aquamarine #79EBD0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

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

R = 21.45%
G = 41.67%
B = 36.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#79EBD0 (or 0x79EBD0) is known color: Aquamarine. HEX triplet: 79, EB and D0. RGB value is (121,235,208). Sum of RGB (Red+Green+Blue) = 121+235+208=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EBD0 is #86142F. Grayscale: #C5C5C5. Windows color (decimal): -8786992 or 13691769. OLE color: 13691769.

HSL color Cylindrical-coordinate representation of color #79EBD0: hue angle of 165.79º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EBD0 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 235 208 -
CMYK 0.49 0 0.11 0.08
HSL 165.79º 0.74% 0.7% -
HSV(B) 165.79º 0.49% 0.92% -
XYZ 48.98 68.04 70.23 -
YUV 197.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 121 235 208 0.49 0 0.11 0.08 165.79 0.74 0.7
Hex 79 EB D0 31 0 B 8 A6 4A 46
Octal 171 353 320 61 0 13 10 246 112 106
Binary 1111001 11101011 11010000 110001 0 1011 1000 10100110 1001010 1000110

Color Harmonies of #79EBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79EBD0

Black with #79EBD0

Text Example


Text Example

White with #79EBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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