Html Css Color HEX #77F1AA Vista Blue

📋 copy color: '#77F1AA'

red 119 ◦ green 241 ◦ blue 170

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

Shades of Vista Blue #77F1AA

Tints of Vista Blue #77F1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 22.45%
G = 45.47%
B = 32.08%

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

#77F1AA (or 0x77F1AA) is known color: Vista Blue. HEX triplet: 77, F1 and AA. RGB value is (119,241,170). Sum of RGB (Red+Green+Blue) = 119+241+170=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F1AA is #880E55. Grayscale: #C4C4C4. Windows color (decimal): -8916566 or 11202935. OLE color: 11202935.

HSL color Cylindrical-coordinate representation of color #77F1AA: hue angle of 145.08º 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 #77F1AA is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 241 170 -
CMYK 0.51 0 0.29 0.05
HSL 145.08º 0.81% 0.71% -
HSV(B) 145.08º 0.51% 0.95% -
XYZ 46.32 69.73 49.05 -
YUV 196.43 113.08 72.77 -
System Red Green Blue C M Y K H S L
Decimal 119 241 170 0.51 0 0.29 0.05 145.08 0.81 0.71
Hex 77 F1 AA 33 0 1D 5 91 51 47
Octal 167 361 252 63 0 35 5 221 121 107
Binary 1110111 11110001 10101010 110011 0 11101 101 10010001 1010001 1000111

Color Harmonies of #77F1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F1AA

Black with #77F1AA

Text Example


Text Example

White with #77F1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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