#75F6A8

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

Shades of Vista Blue #75F6A8

Tints of Vista Blue #75F6A8

Color information

#75F6A8 (or 0x75F6A8) is unknown color: approx Vista Blue. HEX triplet: 75, F6 and A8. RGB value is (117,246,168). Sum of RGB (Red+Green+Blue) = 117+246+168=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #75F6A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F6A8 is #8A0957. Grayscale: #C6C6C6. Windows color (decimal): -9046360 or 11073141. OLE color: 11073141.

HSL color Cylindrical-coordinate representation of color #75F6A8: hue angle of 143.72º 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 #75F6A8 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB117246168-
CMYK0.5200.320.04
HSL143.72º87.76%71.18%-
HSV(B)143.72º52.44%96.47%-
XYZ47.3672.5248.55-
YUV198.54110.7669.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 246 (96.48% from 255) = 46.33%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=22.03%
G=46.33%
B=31.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172461680.5200.320.04143.7287.7671.18
Hex75F6A8340204905847
Octal165366250640404220130107
Binary1110101111101101010100011010001000001001001000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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