Html Css Color HEX #77FBAC Aquamarine

📋 copy color: '#77FBAC'

red 119 ◦ green 251 ◦ blue 172

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

Shades of Aquamarine #77FBAC

Tints of Aquamarine #77FBAC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 21.96%
G = 46.31%
B = 31.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#77FBAC (or 0x77FBAC) is known color: Aquamarine. HEX triplet: 77, FB and AC. RGB value is (119,251,172). Sum of RGB (Red+Green+Blue) = 119+251+172=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FBAC is #880453. Grayscale: #CACACA. Windows color (decimal): -8914004 or 11336567. OLE color: 11336567.

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

Color convert

RGB 119 251 172 -
CMYK 0.53 0 0.31 0.02
HSL 144.09º 0.94% 0.73% -
HSV(B) 144.09º 0.53% 0.98% -
XYZ 49.55 75.89 51.07 -
YUV 202.53 110.77 68.42 -
System Red Green Blue C M Y K H S L
Decimal 119 251 172 0.53 0 0.31 0.02 144.09 0.94 0.73
Hex 77 FB AC 35 0 1F 2 90 5E 49
Octal 167 373 254 65 0 37 2 220 136 111
Binary 1110111 11111011 10101100 110101 0 11111 10 10010000 1011110 1001001

Color Harmonies of #77FBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBAC

Black with #77FBAC

Text Example


Text Example

White with #77FBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,251,172); }

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

background-color css

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

 a { background-color: rgb(119,251,172); }

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

border-color css

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

 span { border-color: rgb(119,251,172); }

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