Html Css Color HEX #83C3A2 Padua

📋 copy color: '#83C3A2'

red 131 ◦ green 195 ◦ blue 162

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

Shades of Padua #83C3A2

Tints of Padua #83C3A2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 162 (63.67% from 255) = 33.2%

R = 26.84%
G = 39.96%
B = 33.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#83C3A2 (or 0x83C3A2) is known color: Padua. HEX triplet: 83, C3 and A2. RGB value is (131,195,162). Sum of RGB (Red+Green+Blue) = 131+195+162=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #83C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C3A2 is #7C3C5D. Grayscale: #ACACAC. Windows color (decimal): -8141918 or 10666883. OLE color: 10666883.

HSL color Cylindrical-coordinate representation of color #83C3A2: hue angle of 149.06º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C3A2 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 162 -
CMYK 0.33 0 0.17 0.24
HSL 149.06º 0.35% 0.64% -
HSV(B) 149.06º 0.33% 0.76% -
XYZ 35.4 46.46 41.29 -
YUV 172.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 131 195 162 0.33 0 0.17 0.24 149.06 0.35 0.64
Hex 83 C3 A2 21 0 11 18 95 23 40
Octal 203 303 242 41 0 21 30 225 43 100
Binary 10000011 11000011 10100010 100001 0 10001 11000 10010101 100011 1000000

Color Harmonies of #83C3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C3A2

Black with #83C3A2

Text Example


Text Example

White with #83C3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,195,162); }

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

background-color css

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

 a { background-color: rgb(131,195,162); }

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

border-color css

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

 span { border-color: rgb(131,195,162); }

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