Html Css Color HEX #7BE5AF Vista Blue

📋 copy color: '#7BE5AF'

red 123 ◦ green 229 ◦ blue 175

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

Shades of Vista Blue #7BE5AF

Tints of Vista Blue #7BE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.45%

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

R = 23.34%
G = 43.45%
B = 33.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#7BE5AF (or 0x7BE5AF) is known color: Vista Blue. HEX triplet: 7B, E5 and AF. RGB value is (123,229,175). Sum of RGB (Red+Green+Blue) = 123+229+175=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #7BE5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE5AF is #841A50. Grayscale: #BFBFBF. Windows color (decimal): -8657489 or 11527547. OLE color: 11527547.

HSL color Cylindrical-coordinate representation of color #7BE5AF: hue angle of 149.43º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE5AF is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 123 229 175 -
CMYK 0.46 0 0.24 0.10
HSL 149.43º 0.67% 0.69% -
HSV(B) 149.43º 0.46% 0.9% -
XYZ 43.93 63.34 50.47 -
YUV 191.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 123 229 175 0.46 0 0.24 0.10 149.43 0.67 0.69
Hex 7B E5 AF 2E 0 18 A 95 43 45
Octal 173 345 257 56 0 30 12 225 103 105
Binary 1111011 11100101 10101111 101110 0 11000 1010 10010101 1000011 1000101

Color Harmonies of #7BE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE5AF

Black with #7BE5AF

Text Example


Text Example

White with #7BE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,229,175); }

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

background-color css

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

 a { background-color: rgb(123,229,175); }

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

border-color css

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

 span { border-color: rgb(123,229,175); }

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