Html Css Color HEX #7DEAA8 Vista Blue

📋 copy color: '#7DEAA8'

red 125 ◦ green 234 ◦ blue 168

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

Shades of Vista Blue #7DEAA8

Tints of Vista Blue #7DEAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.88%

R = 23.72%
G = 44.4%
B = 31.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#7DEAA8 (or 0x7DEAA8) is known color: Vista Blue. HEX triplet: 7D, EA and A8. RGB value is (125,234,168). Sum of RGB (Red+Green+Blue) = 125+234+168=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEAA8 is #821557. Grayscale: #C2C2C2. Windows color (decimal): -8525144 or 11070077. OLE color: 11070077.

HSL color Cylindrical-coordinate representation of color #7DEAA8: hue angle of 143.67º 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 #7DEAA8 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 234 168 -
CMYK 0.47 0 0.28 0.08
HSL 143.67º 0.72% 0.7% -
HSV(B) 143.67º 0.47% 0.92% -
XYZ 44.95 66.03 47.42 -
YUV 193.89 113.39 78.87 -
System Red Green Blue C M Y K H S L
Decimal 125 234 168 0.47 0 0.28 0.08 143.67 0.72 0.7
Hex 7D EA A8 2F 0 1C 8 90 48 46
Octal 175 352 250 57 0 34 10 220 110 106
Binary 1111101 11101010 10101000 101111 0 11100 1000 10010000 1001000 1000110

Color Harmonies of #7DEAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAA8

Black with #7DEAA8

Text Example


Text Example

White with #7DEAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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