Html Css Color HEX #81B699 Padua

📋 copy color: '#81B699'

red 129 ◦ green 182 ◦ blue 153

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

Shades of Padua #81B699

Tints of Padua #81B699

RGB

 RED value IS 129 (50.78% from 255) = 27.8%

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

 BLUE value IS 153 (60.16% from 255) = 32.97%

R = 27.8%
G = 39.22%
B = 32.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#81B699 (or 0x81B699) is known color: Padua. HEX triplet: 81, B6 and 99. RGB value is (129,182,153). Sum of RGB (Red+Green+Blue) = 129+182+153=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #81B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B699 is #7E4966. Grayscale: #A2A2A2. Windows color (decimal): -8276327 or 10073729. OLE color: 10073729.

HSL color Cylindrical-coordinate representation of color #81B699: hue angle of 147.17º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B699 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 182 153 -
CMYK 0.29 0 0.16 0.29
HSL 147.17º 0.27% 0.61% -
HSV(B) 147.17º 0.29% 0.71% -
XYZ 31.53 40.42 36.28 -
YUV 162.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 129 182 153 0.29 0 0.16 0.29 147.17 0.27 0.61
Hex 81 B6 99 1D 0 10 1D 93 1B 3D
Octal 201 266 231 35 0 20 35 223 33 75
Binary 10000001 10110110 10011001 11101 0 10000 11101 10010011 11011 111101

Color Harmonies of #81B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B699

Black with #81B699

Text Example


Text Example

White with #81B699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B699; }

 p { color: rgb(129,182,153); }

 H1.HeaderClassName
 {
   color: #81B699;
 }
 .AnyTagClassName
 {
   color: #81B699;
 }
</style>

background-color css

<style>
 a { background-color: #81B699; }

 a { background-color: rgb(129,182,153); }

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

border-color css

<style>
 span { border-color: #81B699; }

 span { border-color: rgb(129,182,153); }

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