#7DECAC

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

Shades of Vista Blue #7DECAC

Tints of Vista Blue #7DECAC

Color information

#7DECAC (or 0x7DECAC) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and AC. RGB value is (125,236,172). Sum of RGB (Red+Green+Blue) = 125+236+172=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECAC is #821353. Grayscale: #C3C3C3. Windows color (decimal): -8524628 or 11332733. OLE color: 11332733.

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

Color convert

RGB125236172-
CMYK0.4700.270.07
HSL145.41º74.5%70.78%-
HSV(B)145.41º47.03%92.55%-
XYZ45.967.3349.61-
YUV195.52114.7377.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 236 (92.58% from 255) = 44.28%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=23.45%
G=44.28%
B=32.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361720.4700.270.07145.4174.570.78
Hex7DECAC2F01B7914a47
Octal175354254570337221112107
Binary111110111101100101011001011110110111111001000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,172); }

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

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

 a { background-color: rgb(125,236,172); }

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

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

 span { border-color: rgb(125,236,172); }

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