Html Css Color HEX #79F2CF Aquamarine

📋 copy color: '#79F2CF'

red 121 ◦ green 242 ◦ blue 207

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

Shades of Aquamarine #79F2CF

Tints of Aquamarine #79F2CF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

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

R = 21.23%
G = 42.46%
B = 36.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#79F2CF (or 0x79F2CF) is known color: Aquamarine. HEX triplet: 79, F2 and CF. RGB value is (121,242,207). Sum of RGB (Red+Green+Blue) = 121+242+207=570 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.23% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #79F2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79F2CF is #860D30. Grayscale: #C9C9C9. Windows color (decimal): -8785201 or 13628025. OLE color: 13628025.

HSL color Cylindrical-coordinate representation of color #79F2CF: hue angle of 162.64º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79F2CF is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 242 207 -
CMYK 0.50 0 0.14 0.05
HSL 162.64º 0.82% 0.71% -
HSV(B) 162.64º 0.5% 0.95% -
XYZ 50.9 72.07 70.26 -
YUV 201.83 130.91 70.35 -
System Red Green Blue C M Y K H S L
Decimal 121 242 207 0.50 0 0.14 0.05 162.64 0.82 0.71
Hex 79 F2 CF 32 0 E 5 A3 52 47
Octal 171 362 317 62 0 16 5 243 122 107
Binary 1111001 11110010 11001111 110010 0 1110 101 10100011 1010010 1000111

Color Harmonies of #79F2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79F2CF

Black with #79F2CF

Text Example


Text Example

White with #79F2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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