Html Css Color HEX #81BCA0 Padua

📋 copy color: '#81BCA0'

red 129 ◦ green 188 ◦ blue 160

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

Shades of Padua #81BCA0

Tints of Padua #81BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

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

R = 27.04%
G = 39.41%
B = 33.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#81BCA0 (or 0x81BCA0) is known color: Padua. HEX triplet: 81, BC and A0. RGB value is (129,188,160). Sum of RGB (Red+Green+Blue) = 129+188+160=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #81BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BCA0 is #7E435F. Grayscale: #A7A7A7. Windows color (decimal): -8274784 or 10534017. OLE color: 10534017.

HSL color Cylindrical-coordinate representation of color #81BCA0: hue angle of 151.53º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BCA0 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 188 160 -
CMYK 0.31 0 0.15 0.26
HSL 151.53º 0.31% 0.62% -
HSV(B) 151.53º 0.31% 0.74% -
XYZ 33.38 43.17 39.83 -
YUV 167.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 129 188 160 0.31 0 0.15 0.26 151.53 0.31 0.62
Hex 81 BC A0 1F 0 F 1A 98 1F 3E
Octal 201 274 240 37 0 17 32 230 37 76
Binary 10000001 10111100 10100000 11111 0 1111 11010 10011000 11111 111110

Color Harmonies of #81BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCA0

Black with #81BCA0

Text Example


Text Example

White with #81BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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