Html Css Color HEX #77FFAF Aquamarine

📋 copy color: '#77FFAF'

red 119 ◦ green 255 ◦ blue 175

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

Shades of Aquamarine #77FFAF

Tints of Aquamarine #77FFAF

RGB

 RED value IS 119 (46.88% from 255) = 21.68%

 GREEN value IS 255 (100% from 255) = 46.45%

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 21.68%
G = 46.45%
B = 31.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#77FFAF (or 0x77FFAF) is known color: Aquamarine. HEX triplet: 77, FF and AF. RGB value is (119,255,175). Sum of RGB (Red+Green+Blue) = 119+255+175=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FFAF is #880050. Grayscale: #CDCDCD. Windows color (decimal): -8912977 or 11534199. OLE color: 11534199.

HSL color Cylindrical-coordinate representation of color #77FFAF: hue angle of 144.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFAF is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 119 255 175 -
CMYK 0.53 0 0.31 0
HSL 144.71º 1% 0.73% -
HSV(B) 144.71º 0.53% 1% -
XYZ 51.11 78.54 53.02 -
YUV 205.22 110.94 66.5 -
System Red Green Blue C M Y K H S L
Decimal 119 255 175 0.53 0 0.31 0 144.71 1 0.73
Hex 77 FF AF 35 0 1F 0 91 64 49
Octal 167 377 257 65 0 37 0 221 144 111
Binary 1110111 11111111 10101111 110101 0 11111 0 10010001 1100100 1001001

Color Harmonies of #77FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FFAF

Black with #77FFAF

Text Example


Text Example

White with #77FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77FFAF; }

 p { color: rgb(119,255,175); }

 H1.HeaderClassName
 {
   color: #77FFAF;
 }
 .AnyTagClassName
 {
   color: #77FFAF;
 }
</style>

background-color css

<style>
 a { background-color: #77FFAF; }

 a { background-color: rgb(119,255,175); }

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

border-color css

<style>
 span { border-color: #77FFAF; }

 span { border-color: rgb(119,255,175); }

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