Html Css Color HEX #84BBA2 Padua

📋 copy color: '#84BBA2'

red 132 ◦ green 187 ◦ blue 162

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

Shades of Padua #84BBA2

Tints of Padua #84BBA2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

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

R = 27.44%
G = 38.88%
B = 33.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#84BBA2 (or 0x84BBA2) is known color: Padua. HEX triplet: 84, BB and A2. RGB value is (132,187,162). Sum of RGB (Red+Green+Blue) = 132+187+162=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBA2 is #7B445D. Grayscale: #A7A7A7. Windows color (decimal): -8078430 or 10664836. OLE color: 10664836.

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

Color convert

RGB 132 187 162 -
CMYK 0.29 0 0.13 0.27
HSL 152.73º 0.29% 0.63% -
HSV(B) 152.73º 0.29% 0.73% -
XYZ 33.81 43.05 40.71 -
YUV 167.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 132 187 162 0.29 0 0.13 0.27 152.73 0.29 0.63
Hex 84 BB A2 1D 0 D 1B 99 1D 3F
Octal 204 273 242 35 0 15 33 231 35 77
Binary 10000100 10111011 10100010 11101 0 1101 11011 10011001 11101 111111

Color Harmonies of #84BBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBA2

Black with #84BBA2

Text Example


Text Example

White with #84BBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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