Html Css Color HEX #84F3B0 Vista Blue

📋 copy color: '#84F3B0'

red 132 ◦ green 243 ◦ blue 176

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

Shades of Vista Blue #84F3B0

Tints of Vista Blue #84F3B0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.1%

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 23.96%
G = 44.1%
B = 31.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#84F3B0 (or 0x84F3B0) is known color: Vista Blue. HEX triplet: 84, F3 and B0. RGB value is (132,243,176). Sum of RGB (Red+Green+Blue) = 132+243+176=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F3B0 is #7B0C4F. Grayscale: #CACACA. Windows color (decimal): -8064080 or 11596676. OLE color: 11596676.

HSL color Cylindrical-coordinate representation of color #84F3B0: hue angle of 143.78º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3B0 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 243 176 -
CMYK 0.46 0 0.28 0.05
HSL 143.78º 0.82% 0.74% -
HSV(B) 143.78º 0.46% 0.95% -
XYZ 49.4 72.14 52.4 -
YUV 202.17 113.23 77.95 -
System Red Green Blue C M Y K H S L
Decimal 132 243 176 0.46 0 0.28 0.05 143.78 0.82 0.74
Hex 84 F3 B0 2E 0 1C 5 90 52 4A
Octal 204 363 260 56 0 34 5 220 122 112
Binary 10000100 11110011 10110000 101110 0 11100 101 10010000 1010010 1001010

Color Harmonies of #84F3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F3B0

Black with #84F3B0

Text Example


Text Example

White with #84F3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,243,176); }

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

background-color css

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

 a { background-color: rgb(132,243,176); }

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

border-color css

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

 span { border-color: rgb(132,243,176); }

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