#74BFA9

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

Shades of Monte Carlo #74BFA9

Tints of Monte Carlo #74BFA9

Color information

#74BFA9 (or 0x74BFA9) is unknown color: approx Monte Carlo. HEX triplet: 74, BF and A9. RGB value is (116,191,169). Sum of RGB (Red+Green+Blue) = 116+191+169=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFA9 is #8B4056. Grayscale: #A6A6A6. Windows color (decimal): -9125975 or 11124596. OLE color: 11124596.

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

Color convert

RGB116191169-
CMYK0.3900.120.25
HSL162.4º36.95%60.2%-
HSV(B)162.4º39.27%74.9%-
XYZ32.9943.8444.26-
YUV166.07129.6592.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.37%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=24.37%
G=40.13%
B=35.50%

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
Decimal1161911690.3900.120.25162.436.9560.2
Hex74BFA9270C19a2253c
Octal16427725147014312424574
Binary11101001011111110101001100111011001100110100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,169); }

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

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

 a { background-color: rgb(116,191,169); }

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

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

 span { border-color: rgb(116,191,169); }

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