#84EBAB

Color #84EBAB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #84EBAB

Tints of Vista Blue #84EBAB

Color information

#84EBAB (or 0x84EBAB) is unknown color: approx Vista Blue. HEX triplet: 84, EB and AB. RGB value is (132,235,171). Sum of RGB (Red+Green+Blue) = 132+235+171=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBAB is #7B1454. Grayscale: #C5C5C5. Windows color (decimal): -8066133 or 11266948. OLE color: 11266948.

HSL color Cylindrical-coordinate representation of color #84EBAB: hue angle of 142.72º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBAB is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB132235171-
CMYK0.4400.270.08
HSL142.72º72.03%71.96%-
HSV(B)142.72º43.83%92.16%-
XYZ46.5767.2649.06-
YUV196.91113.3881.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.54%
GREEN value IS 235 (92.19% from 255) = 43.68%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=24.54%
G=43.68%
B=31.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351710.4400.270.08142.7272.0371.96
Hex84EBAB2C01B88f4848
Octal2043532535403310217110110
Binary10000100111010111010101110110001101110001000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84EBAB; }

 p { color: rgb(132,235,171); }

 H1.HeaderClassName
 {
   color: #84EBAB;
 }
 .AnyTagClassName
 {
   color: #84EBAB;
 }
</style>
background-color css

<style>
 a { background-color: #84EBAB; }

 a { background-color: rgb(132,235,171); }

 div.DivClassName
 {
   background-color: #84EBAB;
 }
 .BgClassName
 {
   background-color: #84EBAB;
 }
</style>
border-color css

<style>
 span { border-color: #84EBAB; }

 span { border-color: rgb(132,235,171); }

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