#76F3AB

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

Shades of Vista Blue #76F3AB

Tints of Vista Blue #76F3AB

Color information

#76F3AB (or 0x76F3AB) is unknown color: approx Vista Blue. HEX triplet: 76, F3 and AB. RGB value is (118,243,171). Sum of RGB (Red+Green+Blue) = 118+243+171=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F3AB is #890C54. Grayscale: #C5C5C5. Windows color (decimal): -8981589 or 11268982. OLE color: 11268982.

HSL color Cylindrical-coordinate representation of color #76F3AB: hue angle of 145.44º degrees, saturation: 0.84, 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 #76F3AB is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB118243171-
CMYK0.5100.300.05
HSL145.44º83.89%70.78%-
HSV(B)145.44º51.44%95.29%-
XYZ46.8770.8949.74-
YUV197.42113.0971.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.18%
GREEN value IS 243 (95.31% from 255) = 45.68%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=22.18%
G=45.68%
B=32.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182431710.5100.300.05145.4483.8970.78
Hex76F3AB3301E5915447
Octal166363253630365221124107
Binary111011011110011101010111100110111101011001000110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F3AB; }

 p { color: rgb(118,243,171); }

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

<style>
 a { background-color: #76F3AB; }

 a { background-color: rgb(118,243,171); }

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

<style>
 span { border-color: #76F3AB; }

 span { border-color: rgb(118,243,171); }

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