#7beaae

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

Shades of Vista Blue #7BEAAE

Tints of Vista Blue #7BEAAE

Color information

#7BEAAE (or 0x7BEAAE) is unknown color: approx Vista Blue. HEX triplet: 7B, EA and AE. RGB value is (123,234,174). Sum of RGB (Red+Green+Blue) = 123+234+174=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEAAE is #841551. Grayscale: #C2C2C2. Windows color (decimal): -8656210 or 11463291. OLE color: 11463291.

HSL color Cylindrical-coordinate representation of color #7BEAAE: hue angle of 147.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEAAE is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB123234174-
CMYK0.4700.260.08
HSL147.57º72.55%70%-
HSV(B)147.57º47.44%91.76%-
XYZ45.2366.1150.42-
YUV193.97116.7377.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 234 (91.80% from 255) = 44.07%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=23.16%
G=44.07%
B=32.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232341740.4700.260.08147.5772.5570
Hex7BEAAE2F01A8944946
Octal1733522565703210224111106
Binary1111011111010101010111010111101101010001001010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7beaae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,234,174); }

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

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

 a { background-color: rgb(123,234,174); }

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

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

 span { border-color: rgb(123,234,174); }

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