#7DF4B0

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

Shades of Vista Blue #7DF4B0

Tints of Vista Blue #7DF4B0

Color information

#7DF4B0 (or 0x7DF4B0) is unknown color: approx Vista Blue. HEX triplet: 7D, F4 and B0. RGB value is (125,244,176). Sum of RGB (Red+Green+Blue) = 125+244+176=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF4B0 is #820B4F. Grayscale: #C8C8C8. Windows color (decimal): -8522576 or 11596925. OLE color: 11596925.

HSL color Cylindrical-coordinate representation of color #7DF4B0: hue angle of 145.71º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF4B0 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB125244176-
CMYK0.4900.280.04
HSL145.71º84.4%72.35%-
HSV(B)145.71º48.77%95.69%-
XYZ48.6472.252.45-
YUV200.67114.0874.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.94%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=22.94%
G=44.77%
B=32.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1252441760.4900.280.04145.7184.472.35
Hex7DF4B03101C4925448
Octal175364260610344222124110
Binary111110111110100101100001100010111001001001001010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,244,176); }

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

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

 a { background-color: rgb(125,244,176); }

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

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

 span { border-color: rgb(125,244,176); }

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