Html Css Color HEX #74BB97 Padua

📋 copy color: '#74BB97'

red 116 ◦ green 187 ◦ blue 151

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

Shades of Padua #74BB97

Tints of Padua #74BB97

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

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

R = 25.55%
G = 41.19%
B = 33.26%

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

#74BB97 (or 0x74BB97) is known color: Padua. HEX triplet: 74, BB and 97. RGB value is (116,187,151). Sum of RGB (Red+Green+Blue) = 116+187+151=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB97 is #8B4468. Grayscale: #A1A1A1. Windows color (decimal): -9127017 or 9943924. OLE color: 9943924.

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

Color convert

RGB 116 187 151 -
CMYK 0.38 0 0.19 0.27
HSL 149.58º 0.34% 0.59% -
HSV(B) 149.58º 0.38% 0.73% -
XYZ 30.56 41.49 35.68 -
YUV 161.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 116 187 151 0.38 0 0.19 0.27 149.58 0.34 0.59
Hex 74 BB 97 26 0 13 1B 96 22 3B
Octal 164 273 227 46 0 23 33 226 42 73
Binary 1110100 10111011 10010111 100110 0 10011 11011 10010110 100010 111011

Color Harmonies of #74BB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB97

Black with #74BB97

Text Example


Text Example

White with #74BB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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