Html Css Color HEX #74BA97 Padua

📋 copy color: '#74BA97'

red 116 ◦ green 186 ◦ blue 151

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

Shades of Padua #74BA97

Tints of Padua #74BA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 25.61%
G = 41.06%
B = 33.33%

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

#74BA97 (or 0x74BA97) is known color: Padua. HEX triplet: 74, BA and 97. RGB value is (116,186,151). Sum of RGB (Red+Green+Blue) = 116+186+151=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA97 is #8B4568. Grayscale: #A1A1A1. Windows color (decimal): -9127273 or 9943668. OLE color: 9943668.

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

Color convert

RGB 116 186 151 -
CMYK 0.38 0 0.19 0.27
HSL 150º 0.34% 0.59% -
HSV(B) 150º 0.38% 0.73% -
XYZ 30.35 41.07 35.61 -
YUV 161.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 116 186 151 0.38 0 0.19 0.27 150 0.34 0.59
Hex 74 BA 97 26 0 13 1B 96 22 3B
Octal 164 272 227 46 0 23 33 226 42 73
Binary 1110100 10111010 10010111 100110 0 10011 11011 10010110 100010 111011

Color Harmonies of #74BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA97

Black with #74BA97

Text Example


Text Example

White with #74BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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