#7CDD9F

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

Shades of Vista Blue #7CDD9F

Tints of Vista Blue #7CDD9F

Color information

#7CDD9F (or 0x7CDD9F) is unknown color: approx Vista Blue. HEX triplet: 7C, DD and 9F. RGB value is (124,221,159). Sum of RGB (Red+Green+Blue) = 124+221+159=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD9F is #832260. Grayscale: #B9B9B9. Windows color (decimal): -8594017 or 10476924. OLE color: 10476924.

HSL color Cylindrical-coordinate representation of color #7CDD9F: hue angle of 141.65º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDD9F is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB124221159-
CMYK0.4400.280.13
HSL141.65º58.79%67.65%-
HSV(B)141.65º43.89%86.67%-
XYZ40.4358.541.96-
YUV184.93113.3684.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=24.60%
G=43.85%
B=31.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211590.4400.280.13141.6558.7967.65
Hex7CDD9F2C01CD8e3b44
Octal174335237540341521673104
Binary111110011011101100111111011000111001101100011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,159); }

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

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

 a { background-color: rgb(124,221,159); }

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

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

 span { border-color: rgb(124,221,159); }

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