Html Css Color HEX #7DE1A5 Vista Blue

📋 copy color: '#7DE1A5'

red 125 ◦ green 225 ◦ blue 165

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

Shades of Vista Blue #7DE1A5

Tints of Vista Blue #7DE1A5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.69%

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 24.27%
G = 43.69%
B = 32.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#7DE1A5 (or 0x7DE1A5) is known color: Vista Blue. HEX triplet: 7D, E1 and A5. RGB value is (125,225,165). Sum of RGB (Red+Green+Blue) = 125+225+165=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE1A5 is #821E5A. Grayscale: #BCBCBC. Windows color (decimal): -8527451 or 10871165. OLE color: 10871165.

HSL color Cylindrical-coordinate representation of color #7DE1A5: hue angle of 144º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE1A5 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 225 165 -
CMYK 0.44 0 0.27 0.12
HSL 144º 0.63% 0.69% -
HSV(B) 144º 0.44% 0.88% -
XYZ 42.17 60.93 45.13 -
YUV 188.26 114.87 82.88 -
System Red Green Blue C M Y K H S L
Decimal 125 225 165 0.44 0 0.27 0.12 144 0.63 0.69
Hex 7D E1 A5 2C 0 1B C 90 3E 45
Octal 175 341 245 54 0 33 14 220 76 105
Binary 1111101 11100001 10100101 101100 0 11011 1100 10010000 111110 1000101

Color Harmonies of #7DE1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE1A5

Black with #7DE1A5

Text Example


Text Example

White with #7DE1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,225,165); }

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

background-color css

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

 a { background-color: rgb(125,225,165); }

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

border-color css

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

 span { border-color: rgb(125,225,165); }

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