Html Css Color HEX #73B893 Padua

📋 copy color: '#73B893'

red 115 ◦ green 184 ◦ blue 147

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

Shades of Padua #73B893

Tints of Padua #73B893

RGB

 RED value IS 115 (45.31% from 255) = 25.78%

 GREEN value IS 184 (72.27% from 255) = 41.26%

 BLUE value IS 147 (57.81% from 255) = 32.96%

R = 25.78%
G = 41.26%
B = 32.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#73B893 (or 0x73B893) is known color: Padua. HEX triplet: 73, B8 and 93. RGB value is (115,184,147). Sum of RGB (Red+Green+Blue) = 115+184+147=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #73B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B893 is #8C476C. Grayscale: #9F9F9F. Windows color (decimal): -9193325 or 9681011. OLE color: 9681011.

HSL color Cylindrical-coordinate representation of color #73B893: hue angle of 147.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B893 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 184 147 -
CMYK 0.38 0 0.20 0.28
HSL 147.83º 0.33% 0.59% -
HSV(B) 147.83º 0.38% 0.72% -
XYZ 29.48 40.03 33.78 -
YUV 159.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 115 184 147 0.38 0 0.20 0.28 147.83 0.33 0.59
Hex 73 B8 93 26 0 14 1C 94 21 3B
Octal 163 270 223 46 0 24 34 224 41 73
Binary 1110011 10111000 10010011 100110 0 10100 11100 10010100 100001 111011

Color Harmonies of #73B893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B893

Black with #73B893

Text Example


Text Example

White with #73B893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B893; }

 p { color: rgb(115,184,147); }

 H1.HeaderClassName
 {
   color: #73B893;
 }
 .AnyTagClassName
 {
   color: #73B893;
 }
</style>

background-color css

<style>
 a { background-color: #73B893; }

 a { background-color: rgb(115,184,147); }

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

border-color css

<style>
 span { border-color: #73B893; }

 span { border-color: rgb(115,184,147); }

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