#74BEB7

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

Shades of Monte Carlo #74BEB7

Tints of Monte Carlo #74BEB7

Color information

#74BEB7 (or 0x74BEB7) is unknown color: approx Monte Carlo. HEX triplet: 74, BE and B7. RGB value is (116,190,183). Sum of RGB (Red+Green+Blue) = 116+190+183=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEB7 is #8B4148. Grayscale: #A7A7A7. Windows color (decimal): -9126217 or 12041844. OLE color: 12041844.

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

Color convert

RGB116190183-
CMYK0.3900.040.25
HSL174.32º36.27%60%-
HSV(B)174.32º38.95%74.51%-
XYZ34.1643.9651.48-
YUV167.08136.9891.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.72%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=23.72%
G=38.85%
B=37.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901830.3900.040.25174.3236.2760
Hex74BEB7270419ae243c
Octal1642762674704312564474
Binary1110100101111101011011110011101001100110101110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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