Html Css Color HEX #7BEDA4 Vista Blue

📋 copy color: '#7BEDA4'

red 123 ◦ green 237 ◦ blue 164

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

Shades of Vista Blue #7BEDA4

Tints of Vista Blue #7BEDA4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.23%

 BLUE value IS 164 (64.45% from 255) = 31.3%

R = 23.47%
G = 45.23%
B = 31.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#7BEDA4 (or 0x7BEDA4) is known color: Vista Blue. HEX triplet: 7B, ED and A4. RGB value is (123,237,164). Sum of RGB (Red+Green+Blue) = 123+237+164=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDA4 is #84125B. Grayscale: #C2C2C2. Windows color (decimal): -8655452 or 10808699. OLE color: 10808699.

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

Color convert

RGB 123 237 164 -
CMYK 0.48 0 0.31 0.07
HSL 141.58º 0.76% 0.71% -
HSV(B) 141.58º 0.48% 0.93% -
XYZ 45.15 67.46 45.76 -
YUV 194.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 123 237 164 0.48 0 0.31 0.07 141.58 0.76 0.71
Hex 7B ED A4 30 0 1F 7 8E 4C 47
Octal 173 355 244 60 0 37 7 216 114 107
Binary 1111011 11101101 10100100 110000 0 11111 111 10001110 1001100 1000111

Color Harmonies of #7BEDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDA4

Black with #7BEDA4

Text Example


Text Example

White with #7BEDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,237,164); }

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

background-color css

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

 a { background-color: rgb(123,237,164); }

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

border-color css

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

 span { border-color: rgb(123,237,164); }

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