Html Css Color HEX #78EEB0 Vista Blue

📋 copy color: '#78EEB0'

red 120 ◦ green 238 ◦ blue 176

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

Shades of Vista Blue #78EEB0

Tints of Vista Blue #78EEB0

RGB

 RED value IS 120 (47.27% from 255) = 22.47%

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 22.47%
G = 44.57%
B = 32.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#78EEB0 (or 0x78EEB0) is known color: Vista Blue. HEX triplet: 78, EE and B0. RGB value is (120,238,176). Sum of RGB (Red+Green+Blue) = 120+238+176=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EEB0 is #87114F. Grayscale: #C3C3C3. Windows color (decimal): -8851792 or 11595384. OLE color: 11595384.

HSL color Cylindrical-coordinate representation of color #78EEB0: hue angle of 148.47º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEB0 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 238 176 -
CMYK 0.50 0 0.26 0.07
HSL 148.47º 0.78% 0.7% -
HSV(B) 148.47º 0.5% 0.93% -
XYZ 46.16 68.28 51.82 -
YUV 195.65 116.91 74.04 -
System Red Green Blue C M Y K H S L
Decimal 120 238 176 0.50 0 0.26 0.07 148.47 0.78 0.7
Hex 78 EE B0 32 0 1A 7 94 4E 46
Octal 170 356 260 62 0 32 7 224 116 106
Binary 1111000 11101110 10110000 110010 0 11010 111 10010100 1001110 1000110

Color Harmonies of #78EEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EEB0

Black with #78EEB0

Text Example


Text Example

White with #78EEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78EEB0; }

 p { color: rgb(120,238,176); }

 H1.HeaderClassName
 {
   color: #78EEB0;
 }
 .AnyTagClassName
 {
   color: #78EEB0;
 }
</style>

background-color css

<style>
 a { background-color: #78EEB0; }

 a { background-color: rgb(120,238,176); }

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

border-color css

<style>
 span { border-color: #78EEB0; }

 span { border-color: rgb(120,238,176); }

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