#74BEB3

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

Shades of Monte Carlo #74BEB3

Tints of Monte Carlo #74BEB3

Color information

#74BEB3 (or 0x74BEB3) is unknown color: approx Monte Carlo. HEX triplet: 74, BE and B3. RGB value is (116,190,179). Sum of RGB (Red+Green+Blue) = 116+190+179=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEB3 is #8B414C. Grayscale: #A6A6A6. Windows color (decimal): -9126221 or 11779700. OLE color: 11779700.

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

Color convert

RGB116190179-
CMYK0.3900.060.25
HSL171.08º36.27%60%-
HSV(B)171.08º38.95%74.51%-
XYZ33.7543.7949.32-
YUV166.62134.9891.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=23.92%
G=39.18%
B=36.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901790.3900.060.25171.0836.2760
Hex74BEB3270619ab243c
Octal1642762634706312534474
Binary1110100101111101011001110011101101100110101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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