Html Css Color HEX #79FDD0 Aquamarine

📋 copy color: '#79FDD0'

red 121 ◦ green 253 ◦ blue 208

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

Shades of Aquamarine #79FDD0

Tints of Aquamarine #79FDD0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.47%

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

R = 20.79%
G = 43.47%
B = 35.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#79FDD0 (or 0x79FDD0) is known color: Aquamarine. HEX triplet: 79, FD and D0. RGB value is (121,253,208). Sum of RGB (Red+Green+Blue) = 121+253+208=582 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.79% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FDD0 is #86022F. Grayscale: #D0D0D0. Windows color (decimal): -8782384 or 13696377. OLE color: 13696377.

HSL color Cylindrical-coordinate representation of color #79FDD0: hue angle of 159.55º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FDD0 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 253 208 -
CMYK 0.52 0 0.18 0.01
HSL 159.55º 0.97% 0.73% -
HSV(B) 159.55º 0.52% 0.99% -
XYZ 54.4 78.87 72.03 -
YUV 208.4 127.77 65.66 -
System Red Green Blue C M Y K H S L
Decimal 121 253 208 0.52 0 0.18 0.01 159.55 0.97 0.73
Hex 79 FD D0 34 0 12 1 A0 61 49
Octal 171 375 320 64 0 22 1 240 141 111
Binary 1111001 11111101 11010000 110100 0 10010 1 10100000 1100001 1001001

Color Harmonies of #79FDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79FDD0

Black with #79FDD0

Text Example


Text Example

White with #79FDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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