#7BEDA4

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

Shades of Vista Blue #7BEDA4

Tints of Vista Blue #7BEDA4

Color information

#7BEDA4 (or 0x7BEDA4) is unknown color: approx Vista Blue. HEX triplet: 7B, ED and A4. RGB value is (123,237,164). Sum of RGB (Red+Green+Blue) = 123+237+164=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDA4 is #84125B. Grayscale: #C2C2C2. Windows color (decimal): -8655452 or 10808699. OLE color: 10808699.

HSL color Cylindrical-coordinate representation of color #7BEDA4: hue angle of 141.58º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEDA4 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB123237164-
CMYK0.4800.310.07
HSL141.58º76%70.59%-
HSV(B)141.58º48.1%92.94%-
XYZ45.1567.4645.76-
YUV194.59110.7376.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=23.47%
G=45.23%
B=31.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232371640.4800.310.07141.587670.59
Hex7BEDA43001F78e4c47
Octal173355244600377216114107
Binary111101111101101101001001100000111111111000111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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