Html Css Color HEX #84B99E Padua

📋 copy color: '#84B99E'

red 132 ◦ green 185 ◦ blue 158

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

Shades of Padua #84B99E

Tints of Padua #84B99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 27.79%
G = 38.95%
B = 33.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#84B99E (or 0x84B99E) is known color: Padua. HEX triplet: 84, B9 and 9E. RGB value is (132,185,158). Sum of RGB (Red+Green+Blue) = 132+185+158=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #84B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B99E is #7B4661. Grayscale: #A6A6A6. Windows color (decimal): -8078946 or 10402180. OLE color: 10402180.

HSL color Cylindrical-coordinate representation of color #84B99E: hue angle of 149.43º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B99E is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 185 158 -
CMYK 0.29 0 0.15 0.27
HSL 149.43º 0.27% 0.62% -
HSV(B) 149.43º 0.29% 0.73% -
XYZ 33.04 42.07 38.73 -
YUV 166.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 132 185 158 0.29 0 0.15 0.27 149.43 0.27 0.62
Hex 84 B9 9E 1D 0 F 1B 95 1B 3E
Octal 204 271 236 35 0 17 33 225 33 76
Binary 10000100 10111001 10011110 11101 0 1111 11011 10010101 11011 111110

Color Harmonies of #84B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B99E

Black with #84B99E

Text Example


Text Example

White with #84B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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