Html Css Color HEX #83BC98 Padua

📋 copy color: '#83BC98'

red 131 ◦ green 188 ◦ blue 152

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

Shades of Padua #83BC98

Tints of Padua #83BC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 27.81%
G = 39.92%
B = 32.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#83BC98 (or 0x83BC98) is known color: Padua. HEX triplet: 83, BC and 98. RGB value is (131,188,152). Sum of RGB (Red+Green+Blue) = 131+188+152=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC98 is #7C4367. Grayscale: #A6A6A6. Windows color (decimal): -8143720 or 10009731. OLE color: 10009731.

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

Color convert

RGB 131 188 152 -
CMYK 0.30 0 0.19 0.26
HSL 142.11º 0.3% 0.63% -
HSV(B) 142.11º 0.3% 0.74% -
XYZ 33.01 43.06 36.28 -
YUV 166.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 131 188 152 0.30 0 0.19 0.26 142.11 0.3 0.63
Hex 83 BC 98 1E 0 13 1A 8E 1E 3F
Octal 203 274 230 36 0 23 32 216 36 77
Binary 10000011 10111100 10011000 11110 0 10011 11010 10001110 11110 111111

Color Harmonies of #83BC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC98

Black with #83BC98

Text Example


Text Example

White with #83BC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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