#84E4B5

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

Shades of Vista Blue #84E4B5

Tints of Vista Blue #84E4B5

Color information

#84E4B5 (or 0x84E4B5) is unknown color: approx Vista Blue. HEX triplet: 84, E4 and B5. RGB value is (132,228,181). Sum of RGB (Red+Green+Blue) = 132+228+181=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #84E4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E4B5 is #7B1B4A. Grayscale: #C2C2C2. Windows color (decimal): -8067915 or 11920516. OLE color: 11920516.

HSL color Cylindrical-coordinate representation of color #84E4B5: hue angle of 150.62º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E4B5 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB132228181-
CMYK0.4200.210.11
HSL150.62º64%70.59%-
HSV(B)150.62º42.11%89.41%-
XYZ45.663.7353.61-
YUV193.94120.783.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 228 (89.45% from 255) = 42.14%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=24.40%
G=42.14%
B=33.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322281810.4200.210.11150.626470.59
Hex84E4B52A015B974047
Octal2043442655202513227100107
Binary10000100111001001011010110101001010110111001011110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,228,181); }

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

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

 a { background-color: rgb(132,228,181); }

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

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

 span { border-color: rgb(132,228,181); }

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