Html Css Color HEX #78ECAB Vista Blue

📋 copy color: '#78ECAB'

red 120 ◦ green 236 ◦ blue 171

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

Shades of Vista Blue #78ECAB

Tints of Vista Blue #78ECAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 22.77%
G = 44.78%
B = 32.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#78ECAB (or 0x78ECAB) is known color: Vista Blue. HEX triplet: 78, EC and AB. RGB value is (120,236,171). Sum of RGB (Red+Green+Blue) = 120+236+171=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78ECAB is #871354. Grayscale: #C2C2C2. Windows color (decimal): -8852309 or 11267192. OLE color: 11267192.

HSL color Cylindrical-coordinate representation of color #78ECAB: hue angle of 146.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ECAB is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 236 171 -
CMYK 0.49 0 0.28 0.07
HSL 146.38º 0.75% 0.7% -
HSV(B) 146.38º 0.49% 0.93% -
XYZ 45.09 66.92 49.07 -
YUV 193.91 115.07 75.29 -
System Red Green Blue C M Y K H S L
Decimal 120 236 171 0.49 0 0.28 0.07 146.38 0.75 0.7
Hex 78 EC AB 31 0 1C 7 92 4B 46
Octal 170 354 253 61 0 34 7 222 113 106
Binary 1111000 11101100 10101011 110001 0 11100 111 10010010 1001011 1000110

Color Harmonies of #78ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ECAB

Black with #78ECAB

Text Example


Text Example

White with #78ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,236,171); }

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

background-color css

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

 a { background-color: rgb(120,236,171); }

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

border-color css

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

 span { border-color: rgb(120,236,171); }

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