Html Css Color HEX #7DF2AB Vista Blue

📋 copy color: '#7DF2AB'

red 125 ◦ green 242 ◦ blue 171

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

Shades of Vista Blue #7DF2AB

Tints of Vista Blue #7DF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.98%

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 23.23%
G = 44.98%
B = 31.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#7DF2AB (or 0x7DF2AB) is known color: Vista Blue. HEX triplet: 7D, F2 and AB. RGB value is (125,242,171). Sum of RGB (Red+Green+Blue) = 125+242+171=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF2AB is #820D54. Grayscale: #C7C7C7. Windows color (decimal): -8523093 or 11268733. OLE color: 11268733.

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

Color convert

RGB 125 242 171 -
CMYK 0.48 0 0.29 0.05
HSL 143.59º 0.82% 0.72% -
HSV(B) 143.59º 0.48% 0.95% -
XYZ 47.56 70.8 49.69 -
YUV 198.92 112.24 75.27 -
System Red Green Blue C M Y K H S L
Decimal 125 242 171 0.48 0 0.29 0.05 143.59 0.82 0.72
Hex 7D F2 AB 30 0 1D 5 90 52 48
Octal 175 362 253 60 0 35 5 220 122 110
Binary 1111101 11110010 10101011 110000 0 11101 101 10010000 1010010 1001000

Color Harmonies of #7DF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2AB

Black with #7DF2AB

Text Example


Text Example

White with #7DF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,171); }

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

background-color css

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

 a { background-color: rgb(125,242,171); }

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

border-color css

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

 span { border-color: rgb(125,242,171); }

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