#74BBB7

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

Shades of Monte Carlo #74BBB7

Tints of Monte Carlo #74BBB7

Color information

#74BBB7 (or 0x74BBB7) is unknown color: approx Monte Carlo. HEX triplet: 74, BB and B7. RGB value is (116,187,183). Sum of RGB (Red+Green+Blue) = 116+187+183=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBB7 is #8B4448. Grayscale: #A5A5A5. Windows color (decimal): -9126985 or 12041076. OLE color: 12041076.

HSL color Cylindrical-coordinate representation of color #74BBB7: hue angle of 176.62º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BBB7 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB116187183-
CMYK0.3800.020.27
HSL176.62º34.3%59.41%-
HSV(B)176.62º37.97%73.33%-
XYZ33.5242.6751.27-
YUV165.31137.9892.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 183 (71.88% from 255) = 37.65%
R=23.87%
G=38.48%
B=37.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161871830.3800.020.27176.6234.359.41
Hex74BBB726021Bb1223b
Octal1642732674602332614273
Binary111010010111011101101111001100101101110110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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