Html Css Color HEX #74B493 Padua

📋 copy color: '#74B493'

red 116 ◦ green 180 ◦ blue 147

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

Shades of Padua #74B493

Tints of Padua #74B493

RGB

 RED value IS 116 (45.7% from 255) = 26.19%

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 26.19%
G = 40.63%
B = 33.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#74B493 (or 0x74B493) is known color: Padua. HEX triplet: 74, B4 and 93. RGB value is (116,180,147). Sum of RGB (Red+Green+Blue) = 116+180+147=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #74B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B493 is #8B4B6C. Grayscale: #9D9D9D. Windows color (decimal): -9128813 or 9679988. OLE color: 9679988.

HSL color Cylindrical-coordinate representation of color #74B493: hue angle of 149.06º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B493 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 147 -
CMYK 0.36 0 0.18 0.29
HSL 149.06º 0.3% 0.58% -
HSV(B) 149.06º 0.36% 0.71% -
XYZ 28.79 38.46 33.51 -
YUV 157.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 116 180 147 0.36 0 0.18 0.29 149.06 0.3 0.58
Hex 74 B4 93 24 0 12 1D 95 1E 3A
Octal 164 264 223 44 0 22 35 225 36 72
Binary 1110100 10110100 10010011 100100 0 10010 11101 10010101 11110 111010

Color Harmonies of #74B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B493

Black with #74B493

Text Example


Text Example

White with #74B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B493; }

 p { color: rgb(116,180,147); }

 H1.HeaderClassName
 {
   color: #74B493;
 }
 .AnyTagClassName
 {
   color: #74B493;
 }
</style>

background-color css

<style>
 a { background-color: #74B493; }

 a { background-color: rgb(116,180,147); }

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

border-color css

<style>
 span { border-color: #74B493; }

 span { border-color: rgb(116,180,147); }

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