#77EEA6

Color #77EEA6 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #77EEA6

Tints of Vista Blue #77EEA6

Color information

#77EEA6 (or 0x77EEA6) is unknown color: approx Vista Blue. HEX triplet: 77, EE and A6. RGB value is (119,238,166). Sum of RGB (Red+Green+Blue) = 119+238+166=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EEA6 is #881159. Grayscale: #C2C2C2. Windows color (decimal): -8917338 or 10940023. OLE color: 10940023.

HSL color Cylindrical-coordinate representation of color #77EEA6: hue angle of 143.7º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EEA6 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB119238166-
CMYK0.5000.300.07
HSL143.7º77.78%70%-
HSV(B)143.7º50%93.33%-
XYZ45.0767.8246.79-
YUV194.21112.0874.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.75%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=22.75%
G=45.51%
B=31.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192381660.5000.300.07143.777.7870
Hex77EEA63201E7904e46
Octal167356246620367220116106
Binary111011111101110101001101100100111101111001000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,238,166); }

 H1.HeaderClassName
 {
   color: #77EEA6;
 }
 .AnyTagClassName
 {
   color: #77EEA6;
 }
</style>
background-color css

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

 a { background-color: rgb(119,238,166); }

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

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

 span { border-color: rgb(119,238,166); }

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