Html Css Color HEX #7DE4AB Vista Blue

📋 copy color: '#7DE4AB'

red 125 ◦ green 228 ◦ blue 171

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

Shades of Vista Blue #7DE4AB

Tints of Vista Blue #7DE4AB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.51%

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 23.85%
G = 43.51%
B = 32.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#7DE4AB (or 0x7DE4AB) is known color: Vista Blue. HEX triplet: 7D, E4 and AB. RGB value is (125,228,171). Sum of RGB (Red+Green+Blue) = 125+228+171=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE4AB is #821B54. Grayscale: #BEBEBE. Windows color (decimal): -8526677 or 11265149. OLE color: 11265149.

HSL color Cylindrical-coordinate representation of color #7DE4AB: hue angle of 146.8º degrees, saturation: 0.66, 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 #7DE4AB is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 228 171 -
CMYK 0.45 0 0.25 0.11
HSL 146.8º 0.66% 0.69% -
HSV(B) 146.8º 0.45% 0.89% -
XYZ 43.55 62.79 48.35 -
YUV 190.71 116.88 81.13 -
System Red Green Blue C M Y K H S L
Decimal 125 228 171 0.45 0 0.25 0.11 146.8 0.66 0.69
Hex 7D E4 AB 2D 0 19 B 93 42 45
Octal 175 344 253 55 0 31 13 223 102 105
Binary 1111101 11100100 10101011 101101 0 11001 1011 10010011 1000010 1000101

Color Harmonies of #7DE4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE4AB

Black with #7DE4AB

Text Example


Text Example

White with #7DE4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,228,171); }

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

background-color css

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

 a { background-color: rgb(125,228,171); }

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

border-color css

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

 span { border-color: rgb(125,228,171); }

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