Html Css Color HEX #7DE2AE Vista Blue

📋 copy color: '#7DE2AE'

red 125 ◦ green 226 ◦ blue 174

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

Shades of Vista Blue #7DE2AE

Tints of Vista Blue #7DE2AE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.05%

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

R = 23.81%
G = 43.05%
B = 33.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#7DE2AE (or 0x7DE2AE) is known color: Vista Blue. HEX triplet: 7D, E2 and AE. RGB value is (125,226,174). Sum of RGB (Red+Green+Blue) = 125+226+174=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE2AE is #821D51. Grayscale: #BDBDBD. Windows color (decimal): -8527186 or 11461245. OLE color: 11461245.

HSL color Cylindrical-coordinate representation of color #7DE2AE: hue angle of 149.11º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE2AE is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 226 174 -
CMYK 0.45 0 0.23 0.11
HSL 149.11º 0.64% 0.69% -
HSV(B) 149.11º 0.45% 0.89% -
XYZ 43.29 61.81 49.69 -
YUV 189.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 125 226 174 0.45 0 0.23 0.11 149.11 0.64 0.69
Hex 7D E2 AE 2D 0 17 B 95 40 45
Octal 175 342 256 55 0 27 13 225 100 105
Binary 1111101 11100010 10101110 101101 0 10111 1011 10010101 1000000 1000101

Color Harmonies of #7DE2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE2AE

Black with #7DE2AE

Text Example


Text Example

White with #7DE2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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