Html Css Color HEX #86AB94 Padua

📋 copy color: '#86AB94'

red 134 ◦ green 171 ◦ blue 148

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

Shades of Padua #86AB94

Tints of Padua #86AB94

RGB

 RED value IS 134 (52.73% from 255) = 29.58%

 GREEN value IS 171 (67.19% from 255) = 37.75%

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 29.58%
G = 37.75%
B = 32.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#86AB94 (or 0x86AB94) is known color: Padua. HEX triplet: 86, AB and 94. RGB value is (134,171,148). Sum of RGB (Red+Green+Blue) = 134+171+148=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AB94 is #79546B. Grayscale: #9D9D9D. Windows color (decimal): -7951468 or 9743238. OLE color: 9743238.

HSL color Cylindrical-coordinate representation of color #86AB94: hue angle of 142.7º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86AB94 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 171 148 -
CMYK 0.22 0 0.13 0.33
HSL 142.7º 0.18% 0.6% -
HSV(B) 142.7º 0.22% 0.67% -
XYZ 29.74 36.33 33.46 -
YUV 157.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 134 171 148 0.22 0 0.13 0.33 142.7 0.18 0.6
Hex 86 AB 94 16 0 D 21 8F 12 3C
Octal 206 253 224 26 0 15 41 217 22 74
Binary 10000110 10101011 10010100 10110 0 1101 100001 10001111 10010 111100

Color Harmonies of #86AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB94

Black with #86AB94

Text Example


Text Example

White with #86AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AB94; }

 p { color: rgb(134,171,148); }

 H1.HeaderClassName
 {
   color: #86AB94;
 }
 .AnyTagClassName
 {
   color: #86AB94;
 }
</style>

background-color css

<style>
 a { background-color: #86AB94; }

 a { background-color: rgb(134,171,148); }

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

border-color css

<style>
 span { border-color: #86AB94; }

 span { border-color: rgb(134,171,148); }

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