Html Css Color HEX #73B08F Padua

📋 copy color: '#73B08F'

red 115 ◦ green 176 ◦ blue 143

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

Shades of Padua #73B08F

Tints of Padua #73B08F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

 BLUE value IS 143 (56.25% from 255) = 32.95%

R = 26.5%
G = 40.55%
B = 32.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#73B08F (or 0x73B08F) is known color: Padua. HEX triplet: 73, B0 and 8F. RGB value is (115,176,143). Sum of RGB (Red+Green+Blue) = 115+176+143=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #73B08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B08F is #8C4F70. Grayscale: #9A9A9A. Windows color (decimal): -9195377 or 9416819. OLE color: 9416819.

HSL color Cylindrical-coordinate representation of color #73B08F: hue angle of 147.54º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B08F is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 176 143 -
CMYK 0.35 0 0.19 0.31
HSL 147.54º 0.28% 0.57% -
HSV(B) 147.54º 0.35% 0.69% -
XYZ 27.55 36.68 31.61 -
YUV 154 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 115 176 143 0.35 0 0.19 0.31 147.54 0.28 0.57
Hex 73 B0 8F 23 0 13 1F 94 1C 39
Octal 163 260 217 43 0 23 37 224 34 71
Binary 1110011 10110000 10001111 100011 0 10011 11111 10010100 11100 111001

Color Harmonies of #73B08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B08F

Black with #73B08F

Text Example


Text Example

White with #73B08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,143); }

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

background-color css

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

 a { background-color: rgb(115,176,143); }

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

border-color css

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

 span { border-color: rgb(115,176,143); }

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