#74BEB4

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

Shades of Monte Carlo #74BEB4

Tints of Monte Carlo #74BEB4

Color information

#74BEB4 (or 0x74BEB4) is unknown color: approx Monte Carlo. HEX triplet: 74, BE and B4. RGB value is (116,190,180). Sum of RGB (Red+Green+Blue) = 116+190+180=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEB4 is #8B414B. Grayscale: #A6A6A6. Windows color (decimal): -9126220 or 11845236. OLE color: 11845236.

HSL color Cylindrical-coordinate representation of color #74BEB4: hue angle of 171.89º 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 #74BEB4 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB116190180-
CMYK0.3900.050.25
HSL171.89º36.27%60%-
HSV(B)171.89º38.95%74.51%-
XYZ33.8543.8449.86-
YUV166.73135.4891.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=23.87%
G=39.09%
B=37.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901800.3900.050.25171.8936.2760
Hex74BEB4270519ac243c
Octal1642762644705312544474
Binary1110100101111101011010010011101011100110101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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