Html Css Color HEX #84BFA0 Padua

📋 copy color: '#84BFA0'

red 132 ◦ green 191 ◦ blue 160

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

Shades of Padua #84BFA0

Tints of Padua #84BFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 27.33%
G = 39.54%
B = 33.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#84BFA0 (or 0x84BFA0) is known color: Padua. HEX triplet: 84, BF and A0. RGB value is (132,191,160). Sum of RGB (Red+Green+Blue) = 132+191+160=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFA0 is #7B405F. Grayscale: #A9A9A9. Windows color (decimal): -8077408 or 10534788. OLE color: 10534788.

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

Color convert

RGB 132 191 160 -
CMYK 0.31 0 0.16 0.25
HSL 148.47º 0.32% 0.63% -
HSV(B) 148.47º 0.31% 0.75% -
XYZ 34.49 44.71 40.07 -
YUV 169.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 132 191 160 0.31 0 0.16 0.25 148.47 0.32 0.63
Hex 84 BF A0 1F 0 10 19 94 20 3F
Octal 204 277 240 37 0 20 31 224 40 77
Binary 10000100 10111111 10100000 11111 0 10000 11001 10010100 100000 111111

Color Harmonies of #84BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFA0

Black with #84BFA0

Text Example


Text Example

White with #84BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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