#74BA99

Color #74BA99 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #74BA99

Tints of Padua #74BA99

Color information

#74BA99 (or 0x74BA99) is unknown color: approx Padua. HEX triplet: 74, BA and 99. RGB value is (116,186,153). Sum of RGB (Red+Green+Blue) = 116+186+153=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA99 is #8B4566. Grayscale: #A1A1A1. Windows color (decimal): -9127271 or 10074740. OLE color: 10074740.

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

Color convert

RGB116186153-
CMYK0.3800.180.27
HSL151.71º33.65%59.22%-
HSV(B)151.71º37.63%72.94%-
XYZ30.5141.1336.47-
YUV161.31123.3195.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=25.49%
G=40.88%
B=33.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161861530.3800.180.27151.7133.6559.22
Hex74BA99260121B98223b
Octal16427223146022332304273
Binary111010010111010100110011001100100101101110011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74BA99;
 }
 .AnyTagClassName
 {
   color: #74BA99;
 }
</style>
background-color css

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

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

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

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

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

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