#7ee0b3

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

Shades of Vista Blue #7EE0B3

Tints of Vista Blue #7EE0B3

Color information

#7EE0B3 (or 0x7EE0B3) is unknown color: approx Vista Blue. HEX triplet: 7E, E0 and B3. RGB value is (126,224,179). Sum of RGB (Red+Green+Blue) = 126+224+179=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0B3 is #811F4C. Grayscale: #BDBDBD. Windows color (decimal): -8462157 or 11788414. OLE color: 11788414.

HSL color Cylindrical-coordinate representation of color #7EE0B3: hue angle of 152.45º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE0B3 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB126224179-
CMYK0.4400.200.12
HSL152.45º61.25%68.63%-
HSV(B)152.45º43.75%87.84%-
XYZ43.46152.14-
YUV189.57122.0382.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.82%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=23.82%
G=42.34%
B=33.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262241790.4400.200.12152.4561.2568.63
Hex7EE0B32C014C983d45
Octal176340263540241423075105
Binary111111011100000101100111011000101001100100110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ee0b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,224,179); }

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

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

 a { background-color: rgb(126,224,179); }

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

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

 span { border-color: rgb(126,224,179); }

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