Html Css Color HEX #74BA96 Padua

📋 copy color: '#74BA96'

red 116 ◦ green 186 ◦ blue 150

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

Shades of Padua #74BA96

Tints of Padua #74BA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 25.66%
G = 41.15%
B = 33.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#74BA96 (or 0x74BA96) is known color: Padua. HEX triplet: 74, BA and 96. RGB value is (116,186,150). Sum of RGB (Red+Green+Blue) = 116+186+150=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA96 is #8B4569. Grayscale: #A1A1A1. Windows color (decimal): -9127274 or 9878132. OLE color: 9878132.

HSL color Cylindrical-coordinate representation of color #74BA96: hue angle of 149.14º 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 #74BA96 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 150 -
CMYK 0.38 0 0.19 0.27
HSL 149.14º 0.34% 0.59% -
HSV(B) 149.14º 0.38% 0.73% -
XYZ 30.27 41.03 35.18 -
YUV 160.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 116 186 150 0.38 0 0.19 0.27 149.14 0.34 0.59
Hex 74 BA 96 26 0 13 1B 95 22 3B
Octal 164 272 226 46 0 23 33 225 42 73
Binary 1110100 10111010 10010110 100110 0 10011 11011 10010101 100010 111011

Color Harmonies of #74BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA96

Black with #74BA96

Text Example


Text Example

White with #74BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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