Html Css Color HEX #7DE1A6 Vista Blue

📋 copy color: '#7DE1A6'

red 125 ◦ green 225 ◦ blue 166

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

Shades of Vista Blue #7DE1A6

Tints of Vista Blue #7DE1A6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.6%

 BLUE value IS 166 (65.23% from 255) = 32.17%

R = 24.22%
G = 43.6%
B = 32.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#7DE1A6 (or 0x7DE1A6) is known color: Vista Blue. HEX triplet: 7D, E1 and A6. RGB value is (125,225,166). Sum of RGB (Red+Green+Blue) = 125+225+166=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE1A6 is #821E59. Grayscale: #BCBCBC. Windows color (decimal): -8527450 or 10936701. OLE color: 10936701.

HSL color Cylindrical-coordinate representation of color #7DE1A6: hue angle of 144.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE1A6 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 225 166 -
CMYK 0.44 0 0.26 0.12
HSL 144.6º 0.63% 0.69% -
HSV(B) 144.6º 0.44% 0.88% -
XYZ 42.27 60.96 45.62 -
YUV 188.37 115.37 82.8 -
System Red Green Blue C M Y K H S L
Decimal 125 225 166 0.44 0 0.26 0.12 144.6 0.63 0.69
Hex 7D E1 A6 2C 0 1A C 91 3E 45
Octal 175 341 246 54 0 32 14 221 76 105
Binary 1111101 11100001 10100110 101100 0 11010 1100 10010001 111110 1000101

Color Harmonies of #7DE1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE1A6

Black with #7DE1A6

Text Example


Text Example

White with #7DE1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,225,166); }

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

background-color css

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

 a { background-color: rgb(125,225,166); }

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

border-color css

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

 span { border-color: rgb(125,225,166); }

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