Html Css Color HEX #7CF6AC Vista Blue

📋 copy color: '#7CF6AC'

red 124 ◦ green 246 ◦ blue 172

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

Shades of Vista Blue #7CF6AC

Tints of Vista Blue #7CF6AC

RGB

 RED value IS 124 (48.83% from 255) = 22.88%

 GREEN value IS 246 (96.48% from 255) = 45.39%

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 22.88%
G = 45.39%
B = 31.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#7CF6AC (or 0x7CF6AC) is known color: Vista Blue. HEX triplet: 7C, F6 and AC. RGB value is (124,246,172). Sum of RGB (Red+Green+Blue) = 124+246+172=542 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.88% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF6AC is #830953. Grayscale: #C9C9C9. Windows color (decimal): -8587604 or 11335292. OLE color: 11335292.

HSL color Cylindrical-coordinate representation of color #7CF6AC: hue angle of 143.61º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF6AC is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 246 172 -
CMYK 0.50 0 0.30 0.04
HSL 143.61º 0.87% 0.73% -
HSV(B) 143.61º 0.5% 0.96% -
XYZ 48.71 73.18 50.59 -
YUV 201.09 111.58 73.02 -
System Red Green Blue C M Y K H S L
Decimal 124 246 172 0.50 0 0.30 0.04 143.61 0.87 0.73
Hex 7C F6 AC 32 0 1E 4 90 57 49
Octal 174 366 254 62 0 36 4 220 127 111
Binary 1111100 11110110 10101100 110010 0 11110 100 10010000 1010111 1001001

Color Harmonies of #7CF6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF6AC

Black with #7CF6AC

Text Example


Text Example

White with #7CF6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,246,172); }

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

background-color css

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

 a { background-color: rgb(124,246,172); }

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

border-color css

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

 span { border-color: rgb(124,246,172); }

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