Html Css Color HEX #7BECAC Vista Blue

📋 copy color: '#7BECAC'

red 123 ◦ green 236 ◦ blue 172

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

Shades of Vista Blue #7BECAC

Tints of Vista Blue #7BECAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.39%

R = 23.16%
G = 44.44%
B = 32.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#7BECAC (or 0x7BECAC) is known color: Vista Blue. HEX triplet: 7B, EC and AC. RGB value is (123,236,172). Sum of RGB (Red+Green+Blue) = 123+236+172=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECAC is #841353. Grayscale: #C3C3C3. Windows color (decimal): -8655700 or 11332731. OLE color: 11332731.

HSL color Cylindrical-coordinate representation of color #7BECAC: hue angle of 146.02º 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 #7BECAC is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 236 172 -
CMYK 0.48 0 0.27 0.07
HSL 146.02º 0.75% 0.7% -
HSV(B) 146.02º 0.48% 0.93% -
XYZ 45.61 67.18 49.59 -
YUV 194.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 123 236 172 0.48 0 0.27 0.07 146.02 0.75 0.7
Hex 7B EC AC 30 0 1B 7 92 4B 46
Octal 173 354 254 60 0 33 7 222 113 106
Binary 1111011 11101100 10101100 110000 0 11011 111 10010010 1001011 1000110

Color Harmonies of #7BECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECAC

Black with #7BECAC

Text Example


Text Example

White with #7BECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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