#7CDD9C

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

Shades of Vista Blue #7CDD9C

Tints of Vista Blue #7CDD9C

Color information

#7CDD9C (or 0x7CDD9C) is unknown color: approx Vista Blue. HEX triplet: 7C, DD and 9C. RGB value is (124,221,156). Sum of RGB (Red+Green+Blue) = 124+221+156=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD9C is #832263. Grayscale: #B8B8B8. Windows color (decimal): -8594020 or 10280316. OLE color: 10280316.

HSL color Cylindrical-coordinate representation of color #7CDD9C: hue angle of 139.79º 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 #7CDD9C is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB124221156-
CMYK0.4400.290.13
HSL139.79º58.79%67.65%-
HSV(B)139.79º43.89%86.67%-
XYZ40.1758.440.61-
YUV184.59111.8684.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.75%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=24.75%
G=44.11%
B=31.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211560.4400.290.13139.7958.7967.65
Hex7CDD9C2C01DD8c3b44
Octal174335234540351521473104
Binary111110011011101100111001011000111011101100011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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