Html Css Color HEX #7BEDB2 Vista Blue

📋 copy color: '#7BEDB2'

red 123 ◦ green 237 ◦ blue 178

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

Shades of Vista Blue #7BEDB2

Tints of Vista Blue #7BEDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 22.86%
G = 44.05%
B = 33.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#7BEDB2 (or 0x7BEDB2) is known color: Vista Blue. HEX triplet: 7B, ED and B2. RGB value is (123,237,178). Sum of RGB (Red+Green+Blue) = 123+237+178=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDB2 is #84124D. Grayscale: #C4C4C4. Windows color (decimal): -8655438 or 11726203. OLE color: 11726203.

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

Color convert

RGB 123 237 178 -
CMYK 0.48 0 0.25 0.07
HSL 148.95º 0.76% 0.71% -
HSV(B) 148.95º 0.48% 0.93% -
XYZ 46.49 67.99 52.79 -
YUV 196.19 117.73 75.8 -
System Red Green Blue C M Y K H S L
Decimal 123 237 178 0.48 0 0.25 0.07 148.95 0.76 0.71
Hex 7B ED B2 30 0 19 7 95 4C 47
Octal 173 355 262 60 0 31 7 225 114 107
Binary 1111011 11101101 10110010 110000 0 11001 111 10010101 1001100 1000111

Color Harmonies of #7BEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDB2

Black with #7BEDB2

Text Example


Text Example

White with #7BEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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