#74BEA9

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

Shades of Monte Carlo #74BEA9

Tints of Monte Carlo #74BEA9

Color information

#74BEA9 (or 0x74BEA9) is unknown color: approx Monte Carlo. HEX triplet: 74, BE and A9. RGB value is (116,190,169). Sum of RGB (Red+Green+Blue) = 116+190+169=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA9 is #8B4156. Grayscale: #A5A5A5. Windows color (decimal): -9126231 or 11124340. OLE color: 11124340.

HSL color Cylindrical-coordinate representation of color #74BEA9: hue angle of 162.97º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BEA9 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB116190169-
CMYK0.3900.110.25
HSL162.97º36.27%60%-
HSV(B)162.97º38.95%74.51%-
XYZ32.7843.444.19-
YUV165.48129.9892.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=24.42%
G=40%
B=35.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901690.3900.110.25162.9736.2760
Hex74BEA9270B19a3243c
Octal16427625147013312434474
Binary11101001011111010101001100111010111100110100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,190,169); }

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

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

 a { background-color: rgb(116,190,169); }

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

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

 span { border-color: rgb(116,190,169); }

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