#7DECA4

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

Shades of Vista Blue #7DECA4

Tints of Vista Blue #7DECA4

Color information

#7DECA4 (or 0x7DECA4) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and A4. RGB value is (125,236,164). Sum of RGB (Red+Green+Blue) = 125+236+164=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECA4 is #82135B. Grayscale: #C2C2C2. Windows color (decimal): -8524636 or 10808445. OLE color: 10808445.

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

Color convert

RGB125236164-
CMYK0.4700.310.07
HSL141.08º74.5%70.78%-
HSV(B)141.08º47.03%92.55%-
XYZ45.1567.0345.68-
YUV194.6110.7378.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.81%
GREEN value IS 236 (92.58% from 255) = 44.95%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=23.81%
G=44.95%
B=31.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361640.4700.310.07141.0874.570.78
Hex7DECA42F01F78d4a47
Octal175354244570377215112107
Binary111110111101100101001001011110111111111000110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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