Html Css Color HEX #7DF3AF Vista Blue

📋 copy color: '#7DF3AF'

red 125 ◦ green 243 ◦ blue 175

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

Shades of Vista Blue #7DF3AF

Tints of Vista Blue #7DF3AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.23%

R = 23.02%
G = 44.75%
B = 32.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#7DF3AF (or 0x7DF3AF) is known color: Vista Blue. HEX triplet: 7D, F3 and AF. RGB value is (125,243,175). Sum of RGB (Red+Green+Blue) = 125+243+175=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF3AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF3AF is #820C50. Grayscale: #C8C8C8. Windows color (decimal): -8522833 or 11531133. OLE color: 11531133.

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

Color convert

RGB 125 243 175 -
CMYK 0.49 0 0.28 0.05
HSL 145.42º 0.83% 0.72% -
HSV(B) 145.42º 0.49% 0.95% -
XYZ 48.25 71.56 51.83 -
YUV 199.97 113.91 74.53 -
System Red Green Blue C M Y K H S L
Decimal 125 243 175 0.49 0 0.28 0.05 145.42 0.83 0.72
Hex 7D F3 AF 31 0 1C 5 91 53 48
Octal 175 363 257 61 0 34 5 221 123 110
Binary 1111101 11110011 10101111 110001 0 11100 101 10010001 1010011 1001000

Color Harmonies of #7DF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF3AF

Black with #7DF3AF

Text Example


Text Example

White with #7DF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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