Html Css Color HEX #7DE4AC Vista Blue

📋 copy color: '#7DE4AC'

red 125 ◦ green 228 ◦ blue 172

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

Shades of Vista Blue #7DE4AC

Tints of Vista Blue #7DE4AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 23.81%
G = 43.43%
B = 32.76%

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

#7DE4AC (or 0x7DE4AC) is known color: Vista Blue. HEX triplet: 7D, E4 and AC. RGB value is (125,228,172). Sum of RGB (Red+Green+Blue) = 125+228+172=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE4AC is #821B53. Grayscale: #BEBEBE. Windows color (decimal): -8526676 or 11330685. OLE color: 11330685.

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

Color convert

RGB 125 228 172 -
CMYK 0.45 0 0.25 0.11
HSL 147.38º 0.66% 0.69% -
HSV(B) 147.38º 0.45% 0.89% -
XYZ 43.65 62.83 48.86 -
YUV 190.82 117.38 81.05 -
System Red Green Blue C M Y K H S L
Decimal 125 228 172 0.45 0 0.25 0.11 147.38 0.66 0.69
Hex 7D E4 AC 2D 0 19 B 93 42 45
Octal 175 344 254 55 0 31 13 223 102 105
Binary 1111101 11100100 10101100 101101 0 11001 1011 10010011 1000010 1000101

Color Harmonies of #7DE4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE4AC

Black with #7DE4AC

Text Example


Text Example

White with #7DE4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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