Html Css Color HEX #83BCA2 Padua

📋 copy color: '#83BCA2'

red 131 ◦ green 188 ◦ blue 162

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

Shades of Padua #83BCA2

Tints of Padua #83BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

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

R = 27.23%
G = 39.09%
B = 33.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#83BCA2 (or 0x83BCA2) is known color: Padua. HEX triplet: 83, BC and A2. RGB value is (131,188,162). Sum of RGB (Red+Green+Blue) = 131+188+162=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BCA2 is #7C435D. Grayscale: #A8A8A8. Windows color (decimal): -8143710 or 10665091. OLE color: 10665091.

HSL color Cylindrical-coordinate representation of color #83BCA2: hue angle of 152.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BCA2 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 162 -
CMYK 0.30 0 0.14 0.26
HSL 152.63º 0.3% 0.63% -
HSV(B) 152.63º 0.3% 0.74% -
XYZ 33.86 43.4 40.77 -
YUV 167.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 131 188 162 0.30 0 0.14 0.26 152.63 0.3 0.63
Hex 83 BC A2 1E 0 E 1A 99 1E 3F
Octal 203 274 242 36 0 16 32 231 36 77
Binary 10000011 10111100 10100010 11110 0 1110 11010 10011001 11110 111111

Color Harmonies of #83BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCA2

Black with #83BCA2

Text Example


Text Example

White with #83BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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