#7DDBA1

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

Shades of Vista Blue #7DDBA1

Tints of Vista Blue #7DDBA1

Color information

#7DDBA1 (or 0x7DDBA1) is unknown color: approx Vista Blue. HEX triplet: 7D, DB and A1. RGB value is (125,219,161). Sum of RGB (Red+Green+Blue) = 125+219+161=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDBA1 is #82245E. Grayscale: #B8B8B8. Windows color (decimal): -8528991 or 10607485. OLE color: 10607485.

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

Color convert

RGB125219161-
CMYK0.4300.260.14
HSL142.98º56.63%67.45%-
HSV(B)142.98º42.92%85.88%-
XYZ40.2257.642.72-
YUV184.28114.8685.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=24.75%
G=43.37%
B=31.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191610.4300.260.14142.9856.6367.45
Hex7DDBA12B01AE8f3943
Octal175333241530321621771103
Binary111110111011011101000011010110110101110100011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,219,161); }

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

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

 a { background-color: rgb(125,219,161); }

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

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

 span { border-color: rgb(125,219,161); }

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