Html Css Color HEX #7DF3AA Vista Blue

📋 copy color: '#7DF3AA'

red 125 ◦ green 243 ◦ blue 170

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

Shades of Vista Blue #7DF3AA

Tints of Vista Blue #7DF3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.17%

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 23.23%
G = 45.17%
B = 31.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#7DF3AA (or 0x7DF3AA) is known color: Vista Blue. HEX triplet: 7D, F3 and AA. RGB value is (125,243,170). Sum of RGB (Red+Green+Blue) = 125+243+170=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF3AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF3AA is #820C55. Grayscale: #C7C7C7. Windows color (decimal): -8522838 or 11203453. OLE color: 11203453.

HSL color Cylindrical-coordinate representation of color #7DF3AA: hue angle of 142.88º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF3AA is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 243 170 -
CMYK 0.49 0 0.30 0.05
HSL 142.88º 0.83% 0.72% -
HSV(B) 142.88º 0.49% 0.95% -
XYZ 47.76 71.36 49.29 -
YUV 199.4 111.41 74.94 -
System Red Green Blue C M Y K H S L
Decimal 125 243 170 0.49 0 0.30 0.05 142.88 0.83 0.72
Hex 7D F3 AA 31 0 1E 5 8F 53 48
Octal 175 363 252 61 0 36 5 217 123 110
Binary 1111101 11110011 10101010 110001 0 11110 101 10001111 1010011 1001000

Color Harmonies of #7DF3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF3AA

Black with #7DF3AA

Text Example


Text Example

White with #7DF3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,243,170); }

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

background-color css

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

 a { background-color: rgb(125,243,170); }

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

border-color css

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

 span { border-color: rgb(125,243,170); }

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