#75F6AA

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

Shades of Vista Blue #75F6AA

Tints of Vista Blue #75F6AA

Color information

#75F6AA (or 0x75F6AA) is unknown color: approx Vista Blue. HEX triplet: 75, F6 and AA. RGB value is (117,246,170). Sum of RGB (Red+Green+Blue) = 117+246+170=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #75F6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F6AA is #8A0955. Grayscale: #C6C6C6. Windows color (decimal): -9046358 or 11204213. OLE color: 11204213.

HSL color Cylindrical-coordinate representation of color #75F6AA: hue angle of 144.65º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F6AA is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB117246170-
CMYK0.5200.310.04
HSL144.65º87.76%71.18%-
HSV(B)144.65º52.44%96.47%-
XYZ47.5572.649.54-
YUV198.76111.7669.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 246 (96.48% from 255) = 46.15%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=21.95%
G=46.15%
B=31.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172461700.5200.310.04144.6587.7671.18
Hex75F6AA3401F4915847
Octal165366252640374221130107
Binary111010111110110101010101101000111111001001000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75F6AA; }

 p { color: rgb(117,246,170); }

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

<style>
 a { background-color: #75F6AA; }

 a { background-color: rgb(117,246,170); }

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

<style>
 span { border-color: #75F6AA; }

 span { border-color: rgb(117,246,170); }

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