Html Css Color HEX #81BB9D Padua

📋 copy color: '#81BB9D'

red 129 ◦ green 187 ◦ blue 157

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

Shades of Padua #81BB9D

Tints of Padua #81BB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 27.27%
G = 39.53%
B = 33.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#81BB9D (or 0x81BB9D) is known color: Padua. HEX triplet: 81, BB and 9D. RGB value is (129,187,157). Sum of RGB (Red+Green+Blue) = 129+187+157=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BB9D is #7E4462. Grayscale: #A6A6A6. Windows color (decimal): -8275043 or 10337153. OLE color: 10337153.

HSL color Cylindrical-coordinate representation of color #81BB9D: hue angle of 148.97º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BB9D is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 187 157 -
CMYK 0.31 0 0.16 0.27
HSL 148.97º 0.3% 0.62% -
HSV(B) 148.97º 0.31% 0.73% -
XYZ 32.91 42.64 38.39 -
YUV 166.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 129 187 157 0.31 0 0.16 0.27 148.97 0.3 0.62
Hex 81 BB 9D 1F 0 10 1B 95 1E 3E
Octal 201 273 235 37 0 20 33 225 36 76
Binary 10000001 10111011 10011101 11111 0 10000 11011 10010101 11110 111110

Color Harmonies of #81BB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BB9D

Black with #81BB9D

Text Example


Text Example

White with #81BB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,187,157); }

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

background-color css

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

 a { background-color: rgb(129,187,157); }

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

border-color css

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

 span { border-color: rgb(129,187,157); }

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