Html Css Color HEX #81BEA0 Padua

📋 copy color: '#81BEA0'

red 129 ◦ green 190 ◦ blue 160

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

Shades of Padua #81BEA0

Tints of Padua #81BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 26.93%
G = 39.67%
B = 33.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#81BEA0 (or 0x81BEA0) is known color: Padua. HEX triplet: 81, BE and A0. RGB value is (129,190,160). Sum of RGB (Red+Green+Blue) = 129+190+160=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #81BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BEA0 is #7E415F. Grayscale: #A8A8A8. Windows color (decimal): -8274272 or 10534529. OLE color: 10534529.

HSL color Cylindrical-coordinate representation of color #81BEA0: hue angle of 150.49º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BEA0 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 190 160 -
CMYK 0.32 0 0.16 0.25
HSL 150.49º 0.32% 0.63% -
HSV(B) 150.49º 0.32% 0.75% -
XYZ 33.81 44.03 39.97 -
YUV 168.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 129 190 160 0.32 0 0.16 0.25 150.49 0.32 0.63
Hex 81 BE A0 20 0 10 19 96 20 3F
Octal 201 276 240 40 0 20 31 226 40 77
Binary 10000001 10111110 10100000 100000 0 10000 11001 10010110 100000 111111

Color Harmonies of #81BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BEA0

Black with #81BEA0

Text Example


Text Example

White with #81BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,190,160); }

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

background-color css

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

 a { background-color: rgb(129,190,160); }

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

border-color css

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

 span { border-color: rgb(129,190,160); }

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