Html Css Color HEX #86B698 Padua

📋 copy color: '#86B698'

red 134 ◦ green 182 ◦ blue 152

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

Shades of Padua #86B698

Tints of Padua #86B698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 28.63%
G = 38.89%
B = 32.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#86B698 (or 0x86B698) is known color: Padua. HEX triplet: 86, B6 and 98. RGB value is (134,182,152). Sum of RGB (Red+Green+Blue) = 134+182+152=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #86B698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B698 is #794967. Grayscale: #A4A4A4. Windows color (decimal): -7948648 or 10008198. OLE color: 10008198.

HSL color Cylindrical-coordinate representation of color #86B698: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B698 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 152 -
CMYK 0.26 0 0.16 0.29
HSL 142.5º 0.25% 0.62% -
HSV(B) 142.5º 0.26% 0.71% -
XYZ 32.23 40.79 35.88 -
YUV 164.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 134 182 152 0.26 0 0.16 0.29 142.5 0.25 0.62
Hex 86 B6 98 1A 0 10 1D 8E 19 3E
Octal 206 266 230 32 0 20 35 216 31 76
Binary 10000110 10110110 10011000 11010 0 10000 11101 10001110 11001 111110

Color Harmonies of #86B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B698

Black with #86B698

Text Example


Text Example

White with #86B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,152); }

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

background-color css

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

 a { background-color: rgb(134,182,152); }

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

border-color css

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

 span { border-color: rgb(134,182,152); }

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