Html Css Color HEX #84D19F Vista Blue

📋 copy color: '#84D19F'

red 132 ◦ green 209 ◦ blue 159

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

Shades of Vista Blue #84D19F

Tints of Vista Blue #84D19F

RGB

 RED value IS 132 (51.95% from 255) = 26.4%

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 26.4%
G = 41.8%
B = 31.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#84D19F (or 0x84D19F) is known color: Vista Blue. HEX triplet: 84, D1 and 9F. RGB value is (132,209,159). Sum of RGB (Red+Green+Blue) = 132+209+159=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #84D19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D19F is #7B2E60. Grayscale: #B4B4B4. Windows color (decimal): -8072801 or 10473860. OLE color: 10473860.

HSL color Cylindrical-coordinate representation of color #84D19F: hue angle of 141.04º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D19F is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 209 159 -
CMYK 0.37 0 0.24 0.18
HSL 141.04º 0.46% 0.67% -
HSV(B) 141.04º 0.37% 0.82% -
XYZ 38.57 53.01 41 -
YUV 180.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 132 209 159 0.37 0 0.24 0.18 141.04 0.46 0.67
Hex 84 D1 9F 25 0 18 12 8D 2E 43
Octal 204 321 237 45 0 30 22 215 56 103
Binary 10000100 11010001 10011111 100101 0 11000 10010 10001101 101110 1000011

Color Harmonies of #84D19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D19F

Black with #84D19F

Text Example


Text Example

White with #84D19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,209,159); }

 H1.HeaderClassName
 {
   color: #84D19F;
 }
 .AnyTagClassName
 {
   color: #84D19F;
 }
</style>

background-color css

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

 a { background-color: rgb(132,209,159); }

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

border-color css

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

 span { border-color: rgb(132,209,159); }

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