Html Css Color HEX #74BA94 Padua

📋 copy color: '#74BA94'

red 116 ◦ green 186 ◦ blue 148

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

Shades of Padua #74BA94

Tints of Padua #74BA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 25.78%
G = 41.33%
B = 32.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#74BA94 (or 0x74BA94) is known color: Padua. HEX triplet: 74, BA and 94. RGB value is (116,186,148). Sum of RGB (Red+Green+Blue) = 116+186+148=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA94 is #8B456B. Grayscale: #A0A0A0. Windows color (decimal): -9127276 or 9747060. OLE color: 9747060.

HSL color Cylindrical-coordinate representation of color #74BA94: hue angle of 147.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA94 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 148 -
CMYK 0.38 0 0.20 0.27
HSL 147.43º 0.34% 0.59% -
HSV(B) 147.43º 0.38% 0.73% -
XYZ 30.11 40.97 34.34 -
YUV 160.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 116 186 148 0.38 0 0.20 0.27 147.43 0.34 0.59
Hex 74 BA 94 26 0 14 1B 93 22 3B
Octal 164 272 224 46 0 24 33 223 42 73
Binary 1110100 10111010 10010100 100110 0 10100 11011 10010011 100010 111011

Color Harmonies of #74BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA94

Black with #74BA94

Text Example


Text Example

White with #74BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,148); }

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

background-color css

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

 a { background-color: rgb(116,186,148); }

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

border-color css

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

 span { border-color: rgb(116,186,148); }

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