#74BEA8

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

Shades of Monte Carlo #74BEA8

Tints of Monte Carlo #74BEA8

Color information

#74BEA8 (or 0x74BEA8) is unknown color: approx Monte Carlo. HEX triplet: 74, BE and A8. RGB value is (116,190,168). Sum of RGB (Red+Green+Blue) = 116+190+168=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA8 is #8B4157. Grayscale: #A5A5A5. Windows color (decimal): -9126232 or 11058804. OLE color: 11058804.

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

Color convert

RGB116190168-
CMYK0.3900.120.25
HSL162.16º36.27%60%-
HSV(B)162.16º38.95%74.51%-
XYZ32.6843.3743.69-
YUV165.37129.4892.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=24.47%
G=40.08%
B=35.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901680.3900.120.25162.1636.2760
Hex74BEA8270C19a2243c
Octal16427625047014312424474
Binary11101001011111010101000100111011001100110100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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