Html Css Color HEX #77FAAB Aquamarine

📋 copy color: '#77FAAB'

red 119 ◦ green 250 ◦ blue 171

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

Shades of Aquamarine #77FAAB

Tints of Aquamarine #77FAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.3%

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

R = 22.04%
G = 46.3%
B = 31.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#77FAAB (or 0x77FAAB) is known color: Aquamarine. HEX triplet: 77, FA and AB. RGB value is (119,250,171). Sum of RGB (Red+Green+Blue) = 119+250+171=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FAAB is #880554. Grayscale: #CACACA. Windows color (decimal): -8914261 or 11270775. OLE color: 11270775.

HSL color Cylindrical-coordinate representation of color #77FAAB: hue angle of 143.82º degrees, saturation: 0.93, 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 #77FAAB is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 250 171 -
CMYK 0.52 0 0.32 0.02
HSL 143.82º 0.93% 0.72% -
HSV(B) 143.82º 0.52% 0.98% -
XYZ 49.14 75.23 50.46 -
YUV 201.83 110.6 68.92 -
System Red Green Blue C M Y K H S L
Decimal 119 250 171 0.52 0 0.32 0.02 143.82 0.93 0.72
Hex 77 FA AB 34 0 20 2 90 5D 48
Octal 167 372 253 64 0 40 2 220 135 110
Binary 1110111 11111010 10101011 110100 0 100000 10 10010000 1011101 1001000

Color Harmonies of #77FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAAB

Black with #77FAAB

Text Example


Text Example

White with #77FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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