Html Css Color HEX #7DE5AF Vista Blue

📋 copy color: '#7DE5AF'

red 125 ◦ green 229 ◦ blue 175

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

Shades of Vista Blue #7DE5AF

Tints of Vista Blue #7DE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.29%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 23.63%
G = 43.29%
B = 33.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#7DE5AF (or 0x7DE5AF) is known color: Vista Blue. HEX triplet: 7D, E5 and AF. RGB value is (125,229,175). Sum of RGB (Red+Green+Blue) = 125+229+175=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE5AF is #821A50. Grayscale: #BFBFBF. Windows color (decimal): -8526417 or 11527549. OLE color: 11527549.

HSL color Cylindrical-coordinate representation of color #7DE5AF: hue angle of 148.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5AF is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 229 175 -
CMYK 0.45 0 0.24 0.10
HSL 148.85º 0.67% 0.69% -
HSV(B) 148.85º 0.45% 0.9% -
XYZ 44.21 63.49 50.48 -
YUV 191.75 118.54 80.39 -
System Red Green Blue C M Y K H S L
Decimal 125 229 175 0.45 0 0.24 0.10 148.85 0.67 0.69
Hex 7D E5 AF 2D 0 18 A 95 43 45
Octal 175 345 257 55 0 30 12 225 103 105
Binary 1111101 11100101 10101111 101101 0 11000 1010 10010101 1000011 1000101

Color Harmonies of #7DE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE5AF

Black with #7DE5AF

Text Example


Text Example

White with #7DE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,229,175); }

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

background-color css

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

 a { background-color: rgb(125,229,175); }

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

border-color css

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

 span { border-color: rgb(125,229,175); }

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