Html Css Color HEX #81B698 Padua

📋 copy color: '#81B698'

red 129 ◦ green 182 ◦ blue 152

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

Shades of Padua #81B698

Tints of Padua #81B698

RGB

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

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

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

R = 27.86%
G = 39.31%
B = 32.83%

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

#81B698 (or 0x81B698) is known color: Padua. HEX triplet: 81, B6 and 98. RGB value is (129,182,152). Sum of RGB (Red+Green+Blue) = 129+182+152=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #81B698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B698 is #7E4967. Grayscale: #A2A2A2. Windows color (decimal): -8276328 or 10008193. OLE color: 10008193.

HSL color Cylindrical-coordinate representation of color #81B698: hue angle of 146.04º 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 #81B698 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 182 152 -
CMYK 0.29 0 0.16 0.29
HSL 146.04º 0.27% 0.61% -
HSV(B) 146.04º 0.29% 0.71% -
XYZ 31.45 40.39 35.84 -
YUV 162.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 129 182 152 0.29 0 0.16 0.29 146.04 0.27 0.61
Hex 81 B6 98 1D 0 10 1D 92 1B 3D
Octal 201 266 230 35 0 20 35 222 33 75
Binary 10000001 10110110 10011000 11101 0 10000 11101 10010010 11011 111101

Color Harmonies of #81B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B698

Black with #81B698

Text Example


Text Example

White with #81B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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