Html Css Color HEX #7DE9AE Vista Blue

📋 copy color: '#7DE9AE'

red 125 ◦ green 233 ◦ blue 174

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

Shades of Vista Blue #7DE9AE

Tints of Vista Blue #7DE9AE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.8%

 BLUE value IS 174 (68.36% from 255) = 32.71%

R = 23.5%
G = 43.8%
B = 32.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#7DE9AE (or 0x7DE9AE) is known color: Vista Blue. HEX triplet: 7D, E9 and AE. RGB value is (125,233,174). Sum of RGB (Red+Green+Blue) = 125+233+174=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE9AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE9AE is #821651. Grayscale: #C2C2C2. Windows color (decimal): -8525394 or 11463037. OLE color: 11463037.

HSL color Cylindrical-coordinate representation of color #7DE9AE: hue angle of 147.22º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE9AE is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 233 174 -
CMYK 0.46 0 0.25 0.09
HSL 147.22º 0.71% 0.7% -
HSV(B) 147.22º 0.46% 0.91% -
XYZ 45.24 65.69 50.34 -
YUV 193.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 125 233 174 0.46 0 0.25 0.09 147.22 0.71 0.7
Hex 7D E9 AE 2E 0 19 9 93 47 46
Octal 175 351 256 56 0 31 11 223 107 106
Binary 1111101 11101001 10101110 101110 0 11001 1001 10010011 1000111 1000110

Color Harmonies of #7DE9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE9AE

Black with #7DE9AE

Text Example


Text Example

White with #7DE9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,233,174); }

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

background-color css

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

 a { background-color: rgb(125,233,174); }

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

border-color css

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

 span { border-color: rgb(125,233,174); }

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