Html Css Color HEX #84E4B5 Vista Blue

📋 copy color: '#84E4B5'

red 132 ◦ green 228 ◦ blue 181

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

Shades of Vista Blue #84E4B5

Tints of Vista Blue #84E4B5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.14%

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 24.4%
G = 42.14%
B = 33.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#84E4B5 (or 0x84E4B5) is known color: 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

RGB 132 228 181 -
CMYK 0.42 0 0.21 0.11
HSL 150.63º 0.64% 0.71% -
HSV(B) 150.63º 0.42% 0.89% -
XYZ 45.6 63.73 53.61 -
YUV 193.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 132 228 181 0.42 0 0.21 0.11 150.63 0.64 0.71
Hex 84 E4 B5 2A 0 15 B 97 40 47
Octal 204 344 265 52 0 25 13 227 100 107
Binary 10000100 11100100 10110101 101010 0 10101 1011 10010111 1000000 1000111

Color Harmonies of #84E4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E4B5

Black with #84E4B5

Text Example


Text Example

White with #84E4B5

Text Example


Text Example

HTML Codes & Css Web 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>