Html Css Color HEX #7DEAA3 Vista Blue

📋 copy color: '#7DEAA3'

red 125 ◦ green 234 ◦ blue 163

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

Shades of Vista Blue #7DEAA3

Tints of Vista Blue #7DEAA3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.83%

 BLUE value IS 163 (64.06% from 255) = 31.23%

R = 23.95%
G = 44.83%
B = 31.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#7DEAA3 (or 0x7DEAA3) is known color: Vista Blue. HEX triplet: 7D, EA and A3. RGB value is (125,234,163). Sum of RGB (Red+Green+Blue) = 125+234+163=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEAA3 is #82155C. Grayscale: #C1C1C1. Windows color (decimal): -8525149 or 10742397. OLE color: 10742397.

HSL color Cylindrical-coordinate representation of color #7DEAA3: hue angle of 140.92º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAA3 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 234 163 -
CMYK 0.47 0 0.30 0.08
HSL 140.92º 0.72% 0.7% -
HSV(B) 140.92º 0.47% 0.92% -
XYZ 44.49 65.85 45.02 -
YUV 193.32 110.89 79.27 -
System Red Green Blue C M Y K H S L
Decimal 125 234 163 0.47 0 0.30 0.08 140.92 0.72 0.7
Hex 7D EA A3 2F 0 1E 8 8D 48 46
Octal 175 352 243 57 0 36 10 215 110 106
Binary 1111101 11101010 10100011 101111 0 11110 1000 10001101 1001000 1000110

Color Harmonies of #7DEAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAA3

Black with #7DEAA3

Text Example


Text Example

White with #7DEAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,234,163); }

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

background-color css

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

 a { background-color: rgb(125,234,163); }

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

border-color css

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

 span { border-color: rgb(125,234,163); }

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