Html Css Color HEX #7EDDB0 Vista Blue

📋 copy color: '#7EDDB0'

red 126 ◦ green 221 ◦ blue 176

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

Shades of Vista Blue #7EDDB0

Tints of Vista Blue #7EDDB0

RGB

 RED value IS 126 (49.61% from 255) = 24.09%

 GREEN value IS 221 (86.72% from 255) = 42.26%

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 24.09%
G = 42.26%
B = 33.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#7EDDB0 (or 0x7EDDB0) is known color: Vista Blue. HEX triplet: 7E, DD and B0. RGB value is (126,221,176). Sum of RGB (Red+Green+Blue) = 126+221+176=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDDB0 is #81224F. Grayscale: #BBBBBB. Windows color (decimal): -8462928 or 11591038. OLE color: 11591038.

HSL color Cylindrical-coordinate representation of color #7EDDB0: hue angle of 151.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDB0 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 221 176 -
CMYK 0.43 0 0.20 0.13
HSL 151.58º 0.58% 0.68% -
HSV(B) 151.58º 0.43% 0.87% -
XYZ 42.3 59.28 50.29 -
YUV 187.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 126 221 176 0.43 0 0.20 0.13 151.58 0.58 0.68
Hex 7E DD B0 2B 0 14 D 98 3A 44
Octal 176 335 260 53 0 24 15 230 72 104
Binary 1111110 11011101 10110000 101011 0 10100 1101 10011000 111010 1000100

Color Harmonies of #7EDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDDB0

Black with #7EDDB0

Text Example


Text Example

White with #7EDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,221,176); }

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

background-color css

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

 a { background-color: rgb(126,221,176); }

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

border-color css

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

 span { border-color: rgb(126,221,176); }

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