#74BEAE

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

Shades of Monte Carlo #74BEAE

Tints of Monte Carlo #74BEAE

Color information

#74BEAE (or 0x74BEAE) is unknown color: approx Monte Carlo. HEX triplet: 74, BE and AE. RGB value is (116,190,174). Sum of RGB (Red+Green+Blue) = 116+190+174=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEAE is #8B4151. Grayscale: #A6A6A6. Windows color (decimal): -9126226 or 11452020. OLE color: 11452020.

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

Color convert

RGB116190174-
CMYK0.3900.080.25
HSL167.03º36.27%60%-
HSV(B)167.03º38.95%74.51%-
XYZ33.2643.646.71-
YUV166.05132.4892.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=24.17%
G=39.58%
B=36.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901740.3900.080.25167.0336.2760
Hex74BEAE270819a7243c
Octal16427625647010312474474
Binary11101001011111010101110100111010001100110100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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