Html Css Color HEX #83BCA0 Padua

📋 copy color: '#83BCA0'

red 131 ◦ green 188 ◦ blue 160

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

Shades of Padua #83BCA0

Tints of Padua #83BCA0

RGB

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

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

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

R = 27.35%
G = 39.25%
B = 33.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#83BCA0 (or 0x83BCA0) is known color: Padua. HEX triplet: 83, BC and A0. RGB value is (131,188,160). Sum of RGB (Red+Green+Blue) = 131+188+160=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BCA0 is #7C435F. Grayscale: #A7A7A7. Windows color (decimal): -8143712 or 10534019. OLE color: 10534019.

HSL color Cylindrical-coordinate representation of color #83BCA0: hue angle of 150.53º 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 #83BCA0 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 160 -
CMYK 0.30 0 0.15 0.26
HSL 150.53º 0.3% 0.63% -
HSV(B) 150.53º 0.3% 0.74% -
XYZ 33.69 43.33 39.85 -
YUV 167.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 131 188 160 0.30 0 0.15 0.26 150.53 0.3 0.63
Hex 83 BC A0 1E 0 F 1A 97 1E 3F
Octal 203 274 240 36 0 17 32 227 36 77
Binary 10000011 10111100 10100000 11110 0 1111 11010 10010111 11110 111111

Color Harmonies of #83BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCA0

Black with #83BCA0

Text Example


Text Example

White with #83BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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