Html Css Color HEX #7BE7A0 Vista Blue

📋 copy color: '#7BE7A0'

red 123 ◦ green 231 ◦ blue 160

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

Shades of Vista Blue #7BE7A0

Tints of Vista Blue #7BE7A0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.94%

 BLUE value IS 160 (62.89% from 255) = 31.13%

R = 23.93%
G = 44.94%
B = 31.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#7BE7A0 (or 0x7BE7A0) is known color: Vista Blue. HEX triplet: 7B, E7 and A0. RGB value is (123,231,160). Sum of RGB (Red+Green+Blue) = 123+231+160=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE7A0 is #84185F. Grayscale: #BEBEBE. Windows color (decimal): -8656992 or 10545019. OLE color: 10545019.

HSL color Cylindrical-coordinate representation of color #7BE7A0: hue angle of 140.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE7A0 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 123 231 160 -
CMYK 0.47 0 0.31 0.09
HSL 140.56º 0.69% 0.69% -
HSV(B) 140.56º 0.47% 0.91% -
XYZ 43.09 63.9 43.32 -
YUV 190.61 110.72 79.77 -
System Red Green Blue C M Y K H S L
Decimal 123 231 160 0.47 0 0.31 0.09 140.56 0.69 0.69
Hex 7B E7 A0 2F 0 1F 9 8D 45 45
Octal 173 347 240 57 0 37 11 215 105 105
Binary 1111011 11100111 10100000 101111 0 11111 1001 10001101 1000101 1000101

Color Harmonies of #7BE7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE7A0

Black with #7BE7A0

Text Example


Text Example

White with #7BE7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,231,160); }

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

background-color css

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

 a { background-color: rgb(123,231,160); }

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

border-color css

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

 span { border-color: rgb(123,231,160); }

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