Html Css Color HEX #7BECAA Vista Blue

📋 copy color: '#7BECAA'

red 123 ◦ green 236 ◦ blue 170

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

Shades of Vista Blue #7BECAA

Tints of Vista Blue #7BECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.61%

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 23.25%
G = 44.61%
B = 32.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#7BECAA (or 0x7BECAA) is known color: Vista Blue. HEX triplet: 7B, EC and AA. RGB value is (123,236,170). Sum of RGB (Red+Green+Blue) = 123+236+170=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECAA is #841355. Grayscale: #C2C2C2. Windows color (decimal): -8655702 or 11201659. OLE color: 11201659.

HSL color Cylindrical-coordinate representation of color #7BECAA: hue angle of 144.96º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BECAA is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 236 170 -
CMYK 0.48 0 0.28 0.07
HSL 144.96º 0.75% 0.7% -
HSV(B) 144.96º 0.48% 0.93% -
XYZ 45.42 67.1 48.59 -
YUV 194.69 114.06 76.87 -
System Red Green Blue C M Y K H S L
Decimal 123 236 170 0.48 0 0.28 0.07 144.96 0.75 0.7
Hex 7B EC AA 30 0 1C 7 91 4B 46
Octal 173 354 252 60 0 34 7 221 113 106
Binary 1111011 11101100 10101010 110000 0 11100 111 10010001 1001011 1000110

Color Harmonies of #7BECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECAA

Black with #7BECAA

Text Example


Text Example

White with #7BECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,236,170); }

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

background-color css

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

 a { background-color: rgb(123,236,170); }

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

border-color css

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

 span { border-color: rgb(123,236,170); }

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