Html Css Color HEX #7DEEA4 Vista Blue

📋 copy color: '#7DEEA4'

red 125 ◦ green 238 ◦ blue 164

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

Shades of Vista Blue #7DEEA4

Tints of Vista Blue #7DEEA4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

 BLUE value IS 164 (64.45% from 255) = 31.12%

R = 23.72%
G = 45.16%
B = 31.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#7DEEA4 (or 0x7DEEA4) is known color: Vista Blue. HEX triplet: 7D, EE and A4. RGB value is (125,238,164). Sum of RGB (Red+Green+Blue) = 125+238+164=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEEA4 is #82115B. Grayscale: #C3C3C3. Windows color (decimal): -8524124 or 10808957. OLE color: 10808957.

HSL color Cylindrical-coordinate representation of color #7DEEA4: hue angle of 140.71º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEA4 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 238 164 -
CMYK 0.47 0 0.31 0.07
HSL 140.71º 0.77% 0.71% -
HSV(B) 140.71º 0.47% 0.93% -
XYZ 45.73 68.19 45.87 -
YUV 195.78 110.06 77.52 -
System Red Green Blue C M Y K H S L
Decimal 125 238 164 0.47 0 0.31 0.07 140.71 0.77 0.71
Hex 7D EE A4 2F 0 1F 7 8D 4D 47
Octal 175 356 244 57 0 37 7 215 115 107
Binary 1111101 11101110 10100100 101111 0 11111 111 10001101 1001101 1000111

Color Harmonies of #7DEEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEA4

Black with #7DEEA4

Text Example


Text Example

White with #7DEEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,238,164); }

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

background-color css

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

 a { background-color: rgb(125,238,164); }

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

border-color css

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

 span { border-color: rgb(125,238,164); }

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