Html Css Color HEX #7BF2AB Vista Blue

📋 copy color: '#7BF2AB'

red 123 ◦ green 242 ◦ blue 171

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

Shades of Vista Blue #7BF2AB

Tints of Vista Blue #7BF2AB

RGB

 RED value IS 123 (48.44% from 255) = 22.95%

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

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

R = 22.95%
G = 45.15%
B = 31.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#7BF2AB (or 0x7BF2AB) is known color: Vista Blue. HEX triplet: 7B, F2 and AB. RGB value is (123,242,171). Sum of RGB (Red+Green+Blue) = 123+242+171=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF2AB is #840D54. Grayscale: #C6C6C6. Windows color (decimal): -8654165 or 11268731. OLE color: 11268731.

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

Color convert

RGB 123 242 171 -
CMYK 0.49 0 0.29 0.05
HSL 144.2º 0.82% 0.72% -
HSV(B) 144.2º 0.49% 0.95% -
XYZ 47.27 70.66 49.67 -
YUV 198.33 112.58 74.27 -
System Red Green Blue C M Y K H S L
Decimal 123 242 171 0.49 0 0.29 0.05 144.2 0.82 0.72
Hex 7B F2 AB 31 0 1D 5 90 52 48
Octal 173 362 253 61 0 35 5 220 122 110
Binary 1111011 11110010 10101011 110001 0 11101 101 10010000 1010010 1001000

Color Harmonies of #7BF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF2AB

Black with #7BF2AB

Text Example


Text Example

White with #7BF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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