Html Css Color HEX #81B298 Padua

📋 copy color: '#81B298'

red 129 ◦ green 178 ◦ blue 152

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

Shades of Padua #81B298

Tints of Padua #81B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.78%

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

R = 28.1%
G = 38.78%
B = 33.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#81B298 (or 0x81B298) is known color: Padua. HEX triplet: 81, B2 and 98. RGB value is (129,178,152). Sum of RGB (Red+Green+Blue) = 129+178+152=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #81B298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B298 is #7E4D67. Grayscale: #A0A0A0. Windows color (decimal): -8277352 or 10007169. OLE color: 10007169.

HSL color Cylindrical-coordinate representation of color #81B298: hue angle of 148.16º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B298 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 178 152 -
CMYK 0.28 0 0.15 0.30
HSL 148.16º 0.24% 0.6% -
HSV(B) 148.16º 0.28% 0.7% -
XYZ 30.64 38.77 35.58 -
YUV 160.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 129 178 152 0.28 0 0.15 0.30 148.16 0.24 0.6
Hex 81 B2 98 1C 0 F 1E 94 18 3C
Octal 201 262 230 34 0 17 36 224 30 74
Binary 10000001 10110010 10011000 11100 0 1111 11110 10010100 11000 111100

Color Harmonies of #81B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B298

Black with #81B298

Text Example


Text Example

White with #81B298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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