#74C1B6

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

Shades of Monte Carlo #74C1B6

Tints of Monte Carlo #74C1B6

Color information

#74C1B6 (or 0x74C1B6) is unknown color: approx Monte Carlo. HEX triplet: 74, C1 and B6. RGB value is (116,193,182). Sum of RGB (Red+Green+Blue) = 116+193+182=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #74C1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C1B6 is #8B3E49. Grayscale: #A8A8A8. Windows color (decimal): -9125450 or 11977076. OLE color: 11977076.

HSL color Cylindrical-coordinate representation of color #74C1B6: hue angle of 171.43º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C1B6 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB116193182-
CMYK0.4000.060.24
HSL171.43º38.31%60.59%-
HSV(B)171.43º39.9%75.69%-
XYZ34.7245.2351.16-
YUV168.72135.4990.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=23.63%
G=39.31%
B=37.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161931820.4000.060.24171.4338.3160.59
Hex74C1B6280618ab263d
Octal1643012665006302534675
Binary1110100110000011011011010100001101100010101011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,182); }

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

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

 a { background-color: rgb(116,193,182); }

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

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

 span { border-color: rgb(116,193,182); }

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