Html Css Color HEX #84BF9E Padua

📋 copy color: '#84BF9E'

red 132 ◦ green 191 ◦ blue 158

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

Shades of Padua #84BF9E

Tints of Padua #84BF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

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

R = 27.44%
G = 39.71%
B = 32.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#84BF9E (or 0x84BF9E) is known color: Padua. HEX triplet: 84, BF and 9E. RGB value is (132,191,158). Sum of RGB (Red+Green+Blue) = 132+191+158=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF9E is #7B4061. Grayscale: #A9A9A9. Windows color (decimal): -8077410 or 10403716. OLE color: 10403716.

HSL color Cylindrical-coordinate representation of color #84BF9E: hue angle of 146.44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BF9E is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 191 158 -
CMYK 0.31 0 0.17 0.25
HSL 146.44º 0.32% 0.63% -
HSV(B) 146.44º 0.31% 0.75% -
XYZ 34.32 44.64 39.15 -
YUV 169.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 132 191 158 0.31 0 0.17 0.25 146.44 0.32 0.63
Hex 84 BF 9E 1F 0 11 19 92 20 3F
Octal 204 277 236 37 0 21 31 222 40 77
Binary 10000100 10111111 10011110 11111 0 10001 11001 10010010 100000 111111

Color Harmonies of #84BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF9E

Black with #84BF9E

Text Example


Text Example

White with #84BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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