Html Css Color HEX #84BE9E Padua

📋 copy color: '#84BE9E'

red 132 ◦ green 190 ◦ blue 158

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

Shades of Padua #84BE9E

Tints of Padua #84BE9E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

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

R = 27.5%
G = 39.58%
B = 32.92%

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

#84BE9E (or 0x84BE9E) is known color: Padua. HEX triplet: 84, BE and 9E. RGB value is (132,190,158). Sum of RGB (Red+Green+Blue) = 132+190+158=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BE9E is #7B4161. Grayscale: #A9A9A9. Windows color (decimal): -8077666 or 10403460. OLE color: 10403460.

HSL color Cylindrical-coordinate representation of color #84BE9E: hue angle of 146.9º degrees, saturation: 0.31, 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 #84BE9E is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 190 158 -
CMYK 0.31 0 0.17 0.25
HSL 146.9º 0.31% 0.63% -
HSV(B) 146.9º 0.31% 0.75% -
XYZ 34.1 44.2 39.08 -
YUV 169.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 132 190 158 0.31 0 0.17 0.25 146.9 0.31 0.63
Hex 84 BE 9E 1F 0 11 19 93 1F 3F
Octal 204 276 236 37 0 21 31 223 37 77
Binary 10000100 10111110 10011110 11111 0 10001 11001 10010011 11111 111111

Color Harmonies of #84BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BE9E

Black with #84BE9E

Text Example


Text Example

White with #84BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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