#7DDCAB

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

Shades of Vista Blue #7DDCAB

Tints of Vista Blue #7DDCAB

Color information

#7DDCAB (or 0x7DDCAB) is unknown color: approx Vista Blue. HEX triplet: 7D, DC and AB. RGB value is (125,220,171). Sum of RGB (Red+Green+Blue) = 125+220+171=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDCAB is #822354. Grayscale: #BABABA. Windows color (decimal): -8528725 or 11263101. OLE color: 11263101.

HSL color Cylindrical-coordinate representation of color #7DDCAB: hue angle of 149.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCAB is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB125220171-
CMYK0.4300.220.14
HSL149.05º57.58%67.65%-
HSV(B)149.05º43.18%86.27%-
XYZ41.458.4947.64-
YUV186.01119.5384.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=24.22%
G=42.64%
B=33.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201710.4300.220.14149.0557.5867.65
Hex7DDCAB2B016E953a44
Octal175334253530261622572104
Binary111110111011100101010111010110101101110100101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,171); }

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

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

 a { background-color: rgb(125,220,171); }

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

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

 span { border-color: rgb(125,220,171); }

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