#84E6B9

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

Shades of Vista Blue #84E6B9

Tints of Vista Blue #84E6B9

Color information

#84E6B9 (or 0x84E6B9) is unknown color: approx Vista Blue. HEX triplet: 84, E6 and B9. RGB value is (132,230,185). Sum of RGB (Red+Green+Blue) = 132+230+185=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #84E6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E6B9 is #7B1946. Grayscale: #C3C3C3. Windows color (decimal): -8067399 or 12183172. OLE color: 12183172.

HSL color Cylindrical-coordinate representation of color #84E6B9: hue angle of 152.45º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E6B9 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB132230185-
CMYK0.4300.200.10
HSL152.45º66.22%70.98%-
HSV(B)152.45º42.61%90.2%-
XYZ46.576555.99-
YUV195.57122.0382.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 230 (90.23% from 255) = 42.05%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=24.13%
G=42.05%
B=33.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1322301850.4300.200.10152.4566.2270.98
Hex84E6B92B014A984247
Octal2043462715302412230102107
Binary10000100111001101011100110101101010010101001100010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,230,185); }

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

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

 a { background-color: rgb(132,230,185); }

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

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

 span { border-color: rgb(132,230,185); }

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