Html Css Color HEX #83AF94 Padua

📋 copy color: '#83AF94'

red 131 ◦ green 175 ◦ blue 148

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

Shades of Padua #83AF94

Tints of Padua #83AF94

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.55%

 BLUE value IS 148 (58.2% from 255) = 32.6%

R = 28.85%
G = 38.55%
B = 32.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#83AF94 (or 0x83AF94) is known color: Padua. HEX triplet: 83, AF and 94. RGB value is (131,175,148). Sum of RGB (Red+Green+Blue) = 131+175+148=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AF94 is #7C506B. Grayscale: #9E9E9E. Windows color (decimal): -8147052 or 9744259. OLE color: 9744259.

HSL color Cylindrical-coordinate representation of color #83AF94: hue angle of 143.18º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AF94 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 148 -
CMYK 0.25 0 0.15 0.31
HSL 143.18º 0.22% 0.6% -
HSV(B) 143.18º 0.25% 0.69% -
XYZ 30.04 37.62 33.7 -
YUV 158.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 131 175 148 0.25 0 0.15 0.31 143.18 0.22 0.6
Hex 83 AF 94 19 0 F 1F 8F 16 3C
Octal 203 257 224 31 0 17 37 217 26 74
Binary 10000011 10101111 10010100 11001 0 1111 11111 10001111 10110 111100

Color Harmonies of #83AF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF94

Black with #83AF94

Text Example


Text Example

White with #83AF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,148); }

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

background-color css

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

 a { background-color: rgb(131,175,148); }

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

border-color css

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

 span { border-color: rgb(131,175,148); }

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