Html Css Color HEX #83AE9A Padua

📋 copy color: '#83AE9A'

red 131 ◦ green 174 ◦ blue 154

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

Shades of Padua #83AE9A

Tints of Padua #83AE9A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 28.54%
G = 37.91%
B = 33.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#83AE9A (or 0x83AE9A) is known color: Padua. HEX triplet: 83, AE and 9A. RGB value is (131,174,154). Sum of RGB (Red+Green+Blue) = 131+174+154=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE9A is #7C5165. Grayscale: #9E9E9E. Windows color (decimal): -8147302 or 10137219. OLE color: 10137219.

HSL color Cylindrical-coordinate representation of color #83AE9A: hue angle of 152.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AE9A is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 174 154 -
CMYK 0.25 0 0.11 0.32
HSL 152.09º 0.21% 0.6% -
HSV(B) 152.09º 0.25% 0.68% -
XYZ 30.33 37.43 36.2 -
YUV 158.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 131 174 154 0.25 0 0.11 0.32 152.09 0.21 0.6
Hex 83 AE 9A 19 0 B 20 98 15 3C
Octal 203 256 232 31 0 13 40 230 25 74
Binary 10000011 10101110 10011010 11001 0 1011 100000 10011000 10101 111100

Color Harmonies of #83AE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE9A

Black with #83AE9A

Text Example


Text Example

White with #83AE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,174,154); }

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

background-color css

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

 a { background-color: rgb(131,174,154); }

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

border-color css

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

 span { border-color: rgb(131,174,154); }

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