#74BEAD

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

Shades of Monte Carlo #74BEAD

Tints of Monte Carlo #74BEAD

Color information

#74BEAD (or 0x74BEAD) is unknown color: approx Monte Carlo. HEX triplet: 74, BE and AD. RGB value is (116,190,173). Sum of RGB (Red+Green+Blue) = 116+190+173=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEAD is #8B4152. Grayscale: #A5A5A5. Windows color (decimal): -9126227 or 11386484. OLE color: 11386484.

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

Color convert

RGB116190173-
CMYK0.3900.090.25
HSL166.22º36.27%60%-
HSV(B)166.22º38.95%74.51%-
XYZ33.1643.5646.19-
YUV165.94131.9892.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=24.22%
G=39.67%
B=36.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901730.3900.090.25166.2236.2760
Hex74BEAD270919a6243c
Octal16427625547011312464474
Binary11101001011111010101101100111010011100110100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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