#7fe9b3

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

Shades of Vista Blue #7FE9B3

Tints of Vista Blue #7FE9B3

Color information

#7FE9B3 (or 0x7FE9B3) is unknown color: approx Vista Blue. HEX triplet: 7F, E9 and B3. RGB value is (127,233,179). Sum of RGB (Red+Green+Blue) = 127+233+179=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE9B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE9B3 is #80164C. Grayscale: #C3C3C3. Windows color (decimal): -8394317 or 11790719. OLE color: 11790719.

HSL color Cylindrical-coordinate representation of color #7FE9B3: hue angle of 149.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE9B3 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB127233179-
CMYK0.4500.230.09
HSL149.43º70.67%70.59%-
HSV(B)149.43º45.49%91.37%-
XYZ46.0366.0452.97-
YUV195.15118.8879.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.56%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 179 (70.31% from 255) = 33.21%
R=23.56%
G=43.23%
B=33.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272331790.4500.230.09149.4370.6770.59
Hex7FE9B32D0179954747
Octal1773512635502711225107107
Binary1111111111010011011001110110101011110011001010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fe9b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,233,179); }

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

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

 a { background-color: rgb(127,233,179); }

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

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

 span { border-color: rgb(127,233,179); }

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