Html Css Color HEX #83BEA0 Padua

📋 copy color: '#83BEA0'

red 131 ◦ green 190 ◦ blue 160

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

Shades of Padua #83BEA0

Tints of Padua #83BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

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

R = 27.23%
G = 39.5%
B = 33.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#83BEA0 (or 0x83BEA0) is known color: Padua. HEX triplet: 83, BE and A0. RGB value is (131,190,160). Sum of RGB (Red+Green+Blue) = 131+190+160=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BEA0 is #7C415F. Grayscale: #A8A8A8. Windows color (decimal): -8143200 or 10534531. OLE color: 10534531.

HSL color Cylindrical-coordinate representation of color #83BEA0: hue angle of 149.49º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BEA0 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 190 160 -
CMYK 0.31 0 0.16 0.25
HSL 149.49º 0.31% 0.63% -
HSV(B) 149.49º 0.31% 0.75% -
XYZ 34.12 44.19 39.99 -
YUV 168.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 131 190 160 0.31 0 0.16 0.25 149.49 0.31 0.63
Hex 83 BE A0 1F 0 10 19 95 1F 3F
Octal 203 276 240 37 0 20 31 225 37 77
Binary 10000011 10111110 10100000 11111 0 10000 11001 10010101 11111 111111

Color Harmonies of #83BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BEA0

Black with #83BEA0

Text Example


Text Example

White with #83BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,190,160); }

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

background-color css

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

 a { background-color: rgb(131,190,160); }

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

border-color css

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

 span { border-color: rgb(131,190,160); }

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