Html Css Color HEX #77F1AB Vista Blue

📋 copy color: '#77F1AB'

red 119 ◦ green 241 ◦ blue 171

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

Shades of Vista Blue #77F1AB

Tints of Vista Blue #77F1AB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.39%

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

R = 22.41%
G = 45.39%
B = 32.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#77F1AB (or 0x77F1AB) is known color: Vista Blue. HEX triplet: 77, F1 and AB. RGB value is (119,241,171). Sum of RGB (Red+Green+Blue) = 119+241+171=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F1AB is #880E54. Grayscale: #C4C4C4. Windows color (decimal): -8916565 or 11268471. OLE color: 11268471.

HSL color Cylindrical-coordinate representation of color #77F1AB: hue angle of 145.57º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F1AB is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 241 171 -
CMYK 0.51 0 0.29 0.05
HSL 145.57º 0.81% 0.71% -
HSV(B) 145.57º 0.51% 0.95% -
XYZ 46.41 69.77 49.55 -
YUV 196.54 113.58 72.69 -
System Red Green Blue C M Y K H S L
Decimal 119 241 171 0.51 0 0.29 0.05 145.57 0.81 0.71
Hex 77 F1 AB 33 0 1D 5 92 51 47
Octal 167 361 253 63 0 35 5 222 121 107
Binary 1110111 11110001 10101011 110011 0 11101 101 10010010 1010001 1000111

Color Harmonies of #77F1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F1AB

Black with #77F1AB

Text Example


Text Example

White with #77F1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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