Html Css Color HEX #7BE7AF Vista Blue

📋 copy color: '#7BE7AF'

red 123 ◦ green 231 ◦ blue 175

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

Shades of Vista Blue #7BE7AF

Tints of Vista Blue #7BE7AF

RGB

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

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

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

R = 23.25%
G = 43.67%
B = 33.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#7BE7AF (or 0x7BE7AF) is known color: Vista Blue. HEX triplet: 7B, E7 and AF. RGB value is (123,231,175). Sum of RGB (Red+Green+Blue) = 123+231+175=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE7AF is #841850. Grayscale: #C0C0C0. Windows color (decimal): -8656977 or 11528059. OLE color: 11528059.

HSL color Cylindrical-coordinate representation of color #7BE7AF: hue angle of 148.89º 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 #7BE7AF is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 123 231 175 -
CMYK 0.47 0 0.24 0.09
HSL 148.89º 0.69% 0.69% -
HSV(B) 148.89º 0.47% 0.91% -
XYZ 44.48 64.46 50.65 -
YUV 192.32 118.22 78.55 -
System Red Green Blue C M Y K H S L
Decimal 123 231 175 0.47 0 0.24 0.09 148.89 0.69 0.69
Hex 7B E7 AF 2F 0 18 9 95 45 45
Octal 173 347 257 57 0 30 11 225 105 105
Binary 1111011 11100111 10101111 101111 0 11000 1001 10010101 1000101 1000101

Color Harmonies of #7BE7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE7AF

Black with #7BE7AF

Text Example


Text Example

White with #7BE7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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