#7DEAAB

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

Shades of Vista Blue #7DEAAB

Tints of Vista Blue #7DEAAB

Color information

#7DEAAB (or 0x7DEAAB) is unknown color: approx Vista Blue. HEX triplet: 7D, EA and AB. RGB value is (125,234,171). Sum of RGB (Red+Green+Blue) = 125+234+171=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEAAB is #821554. Grayscale: #C2C2C2. Windows color (decimal): -8525141 or 11266685. OLE color: 11266685.

HSL color Cylindrical-coordinate representation of color #7DEAAB: hue angle of 145.32º degrees, saturation: 0.72, 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 #7DEAAB is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB125234171-
CMYK0.4700.270.08
HSL145.32º72.19%70.39%-
HSV(B)145.32º46.58%91.76%-
XYZ45.2366.1548.91-
YUV194.23114.8978.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 234 (91.80% from 255) = 44.15%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=23.58%
G=44.15%
B=32.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252341710.4700.270.08145.3272.1970.39
Hex7DEAAB2F01B8914846
Octal1753522535703310221110106
Binary1111101111010101010101110111101101110001001000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,234,171); }

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

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

 a { background-color: rgb(125,234,171); }

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

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

 span { border-color: rgb(125,234,171); }

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