#7BE4A4

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

Shades of Vista Blue #7BE4A4

Tints of Vista Blue #7BE4A4

Color information

#7BE4A4 (or 0x7BE4A4) is unknown color: approx Vista Blue. HEX triplet: 7B, E4 and A4. RGB value is (123,228,164). Sum of RGB (Red+Green+Blue) = 123+228+164=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE4A4 is #841B5B. Grayscale: #BDBDBD. Windows color (decimal): -8657756 or 10806395. OLE color: 10806395.

HSL color Cylindrical-coordinate representation of color #7BE4A4: hue angle of 143.43º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE4A4 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB123228164-
CMYK0.4600.280.11
HSL143.43º66.04%68.82%-
HSV(B)143.43º46.05%89.41%-
XYZ42.6162.3844.92-
YUV189.31113.7180.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.88%
GREEN value IS 228 (89.45% from 255) = 44.27%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=23.88%
G=44.27%
B=31.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232281640.4600.280.11143.4366.0468.82
Hex7BE4A42E01CB8f4245
Octal1733442445603413217102105
Binary1111011111001001010010010111001110010111000111110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,228,164); }

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

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

 a { background-color: rgb(123,228,164); }

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

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

 span { border-color: rgb(123,228,164); }

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