Html Css Color HEX #7BEEAA Vista Blue

📋 copy color: '#7BEEAA'

red 123 ◦ green 238 ◦ blue 170

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

Shades of Vista Blue #7BEEAA

Tints of Vista Blue #7BEEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.82%

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

R = 23.16%
G = 44.82%
B = 32.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#7BEEAA (or 0x7BEEAA) is known color: Vista Blue. HEX triplet: 7B, EE and AA. RGB value is (123,238,170). Sum of RGB (Red+Green+Blue) = 123+238+170=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEAA is #841155. Grayscale: #C4C4C4. Windows color (decimal): -8655190 or 11202171. OLE color: 11202171.

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

Color convert

RGB 123 238 170 -
CMYK 0.48 0 0.29 0.07
HSL 144.52º 0.77% 0.71% -
HSV(B) 144.52º 0.48% 0.93% -
XYZ 46 68.26 48.78 -
YUV 195.86 113.4 76.03 -
System Red Green Blue C M Y K H S L
Decimal 123 238 170 0.48 0 0.29 0.07 144.52 0.77 0.71
Hex 7B EE AA 30 0 1D 7 91 4D 47
Octal 173 356 252 60 0 35 7 221 115 107
Binary 1111011 11101110 10101010 110000 0 11101 111 10010001 1001101 1000111

Color Harmonies of #7BEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEAA

Black with #7BEEAA

Text Example


Text Example

White with #7BEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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