#7FD5AB

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

Shades of Vista Blue #7FD5AB

Tints of Vista Blue #7FD5AB

Color information

#7FD5AB (or 0x7FD5AB) is unknown color: approx Vista Blue. HEX triplet: 7F, D5 and AB. RGB value is (127,213,171). Sum of RGB (Red+Green+Blue) = 127+213+171=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD5AB is #802A54. Grayscale: #B6B6B6. Windows color (decimal): -8399445 or 11261311. OLE color: 11261311.

HSL color Cylindrical-coordinate representation of color #7FD5AB: hue angle of 150.7º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5AB is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB127213171-
CMYK0.4000.200.16
HSL150.7º50.59%66.67%-
HSV(B)150.7º40.38%83.53%-
XYZ39.955.0447.05-
YUV182.5121.5188.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.85%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=24.85%
G=41.68%
B=33.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272131710.4000.200.16150.750.5966.67
Hex7FD5AB2801410973343
Octal177325253500242022763103
Binary1111111110101011010101110100001010010000100101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD5AB; }

 p { color: rgb(127,213,171); }

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

<style>
 a { background-color: #7FD5AB; }

 a { background-color: rgb(127,213,171); }

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

<style>
 span { border-color: #7FD5AB; }

 span { border-color: rgb(127,213,171); }

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