Html Css Color HEX #77F9AB Aquamarine

📋 copy color: '#77F9AB'

red 119 ◦ green 249 ◦ blue 171

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

Shades of Aquamarine #77F9AB

Tints of Aquamarine #77F9AB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 22.08%
G = 46.2%
B = 31.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#77F9AB (or 0x77F9AB) is known color: Aquamarine. HEX triplet: 77, F9 and AB. RGB value is (119,249,171). Sum of RGB (Red+Green+Blue) = 119+249+171=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F9AB is #880654. Grayscale: #C9C9C9. Windows color (decimal): -8914517 or 11270519. OLE color: 11270519.

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

Color convert

RGB 119 249 171 -
CMYK 0.52 0 0.31 0.02
HSL 144º 0.92% 0.72% -
HSV(B) 144º 0.52% 0.98% -
XYZ 48.83 74.61 50.36 -
YUV 201.24 110.93 69.34 -
System Red Green Blue C M Y K H S L
Decimal 119 249 171 0.52 0 0.31 0.02 144 0.92 0.72
Hex 77 F9 AB 34 0 1F 2 90 5C 48
Octal 167 371 253 64 0 37 2 220 134 110
Binary 1110111 11111001 10101011 110100 0 11111 10 10010000 1011100 1001000

Color Harmonies of #77F9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9AB

Black with #77F9AB

Text Example


Text Example

White with #77F9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,249,171); }

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

background-color css

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

 a { background-color: rgb(119,249,171); }

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

border-color css

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

 span { border-color: rgb(119,249,171); }

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