Html Css Color HEX #7DD7A3 Vista Blue

📋 copy color: '#7DD7A3'

red 125 ◦ green 215 ◦ blue 163

#7DD7A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #7DD7A3

Tints of Vista Blue #7DD7A3

RGB

 RED value IS 125 (49.22% from 255) = 24.85%

 GREEN value IS 215 (84.38% from 255) = 42.74%

 BLUE value IS 163 (64.06% from 255) = 32.41%

R = 24.85%
G = 42.74%
B = 32.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#7DD7A3 (or 0x7DD7A3) is known color: Vista Blue. HEX triplet: 7D, D7 and A3. RGB value is (125,215,163). Sum of RGB (Red+Green+Blue) = 125+215+163=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD7A3 is #82285C. Grayscale: #B6B6B6. Windows color (decimal): -8530013 or 10737533. OLE color: 10737533.

HSL color Cylindrical-coordinate representation of color #7DD7A3: hue angle of 145.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7A3 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 163 -
CMYK 0.42 0 0.24 0.16
HSL 145.33º 0.53% 0.67% -
HSV(B) 145.33º 0.42% 0.84% -
XYZ 39.37 55.61 43.31 -
YUV 182.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 125 215 163 0.42 0 0.24 0.16 145.33 0.53 0.67
Hex 7D D7 A3 2A 0 18 10 91 35 43
Octal 175 327 243 52 0 30 20 221 65 103
Binary 1111101 11010111 10100011 101010 0 11000 10000 10010001 110101 1000011

Color Harmonies of #7DD7A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD7A3

Black with #7DD7A3

Text Example


Text Example

White with #7DD7A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,163); }

 H1.HeaderClassName
 {
   color: #7DD7A3;
 }
 .AnyTagClassName
 {
   color: #7DD7A3;
 }
</style>

background-color css

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

 a { background-color: rgb(125,215,163); }

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

border-color css

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

 span { border-color: rgb(125,215,163); }

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