Html Css Color HEX #84BDA2 Padua

📋 copy color: '#84BDA2'

red 132 ◦ green 189 ◦ blue 162

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

Shades of Padua #84BDA2

Tints of Padua #84BDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 162 (63.67% from 255) = 33.54%

R = 27.33%
G = 39.13%
B = 33.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#84BDA2 (or 0x84BDA2) is known color: Padua. HEX triplet: 84, BD and A2. RGB value is (132,189,162). Sum of RGB (Red+Green+Blue) = 132+189+162=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDA2 is #7B425D. Grayscale: #A8A8A8. Windows color (decimal): -8077918 or 10665348. OLE color: 10665348.

HSL color Cylindrical-coordinate representation of color #84BDA2: hue angle of 151.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BDA2 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 162 -
CMYK 0.30 0 0.14 0.26
HSL 151.58º 0.3% 0.63% -
HSV(B) 151.58º 0.3% 0.74% -
XYZ 34.23 43.91 40.85 -
YUV 168.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 132 189 162 0.30 0 0.14 0.26 151.58 0.3 0.63
Hex 84 BD A2 1E 0 E 1A 98 1E 3F
Octal 204 275 242 36 0 16 32 230 36 77
Binary 10000100 10111101 10100010 11110 0 1110 11010 10011000 11110 111111

Color Harmonies of #84BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDA2

Black with #84BDA2

Text Example


Text Example

White with #84BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,189,162); }

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

background-color css

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

 a { background-color: rgb(132,189,162); }

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

border-color css

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

 span { border-color: rgb(132,189,162); }

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