Html Css Color HEX #83AC98 Padua

📋 copy color: '#83AC98'

red 131 ◦ green 172 ◦ blue 152

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

Shades of Padua #83AC98

Tints of Padua #83AC98

RGB

 RED value IS 131 (51.56% from 255) = 28.79%

 GREEN value IS 172 (67.58% from 255) = 37.8%

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

R = 28.79%
G = 37.8%
B = 33.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#83AC98 (or 0x83AC98) is known color: Padua. HEX triplet: 83, AC and 98. RGB value is (131,172,152). Sum of RGB (Red+Green+Blue) = 131+172+152=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AC98 is #7C5367. Grayscale: #9D9D9D. Windows color (decimal): -8147816 or 10005635. OLE color: 10005635.

HSL color Cylindrical-coordinate representation of color #83AC98: hue angle of 150.73º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83AC98 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 152 -
CMYK 0.24 0 0.12 0.33
HSL 150.73º 0.2% 0.59% -
HSV(B) 150.73º 0.24% 0.67% -
XYZ 29.78 36.6 35.2 -
YUV 157.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 131 172 152 0.24 0 0.12 0.33 150.73 0.2 0.59
Hex 83 AC 98 18 0 C 21 97 14 3B
Octal 203 254 230 30 0 14 41 227 24 73
Binary 10000011 10101100 10011000 11000 0 1100 100001 10010111 10100 111011

Color Harmonies of #83AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC98

Black with #83AC98

Text Example


Text Example

White with #83AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AC98; }

 p { color: rgb(131,172,152); }

 H1.HeaderClassName
 {
   color: #83AC98;
 }
 .AnyTagClassName
 {
   color: #83AC98;
 }
</style>

background-color css

<style>
 a { background-color: #83AC98; }

 a { background-color: rgb(131,172,152); }

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

border-color css

<style>
 span { border-color: #83AC98; }

 span { border-color: rgb(131,172,152); }

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