#7DECA6

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

Shades of Vista Blue #7DECA6

Tints of Vista Blue #7DECA6

Color information

#7DECA6 (or 0x7DECA6) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and A6. RGB value is (125,236,166). Sum of RGB (Red+Green+Blue) = 125+236+166=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECA6 is #821359. Grayscale: #C2C2C2. Windows color (decimal): -8524634 or 10939517. OLE color: 10939517.

HSL color Cylindrical-coordinate representation of color #7DECA6: hue angle of 142.16º 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 #7DECA6 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB125236166-
CMYK0.4700.300.07
HSL142.16º74.5%70.78%-
HSV(B)142.16º47.03%92.55%-
XYZ45.3467.146.64-
YUV194.83111.7378.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.72%
GREEN value IS 236 (92.58% from 255) = 44.78%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=23.72%
G=44.78%
B=31.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361660.4700.300.07142.1674.570.78
Hex7DECA62F01E78e4a47
Octal175354246570367216112107
Binary111110111101100101001101011110111101111000111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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