#74C1B7

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

Shades of Monte Carlo #74C1B7

Tints of Monte Carlo #74C1B7

Color information

#74C1B7 (or 0x74C1B7) is unknown color: approx Monte Carlo. HEX triplet: 74, C1 and B7. RGB value is (116,193,183). Sum of RGB (Red+Green+Blue) = 116+193+183=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #74C1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C1B7 is #8B3E48. Grayscale: #A8A8A8. Windows color (decimal): -9125449 or 12042612. OLE color: 12042612.

HSL color Cylindrical-coordinate representation of color #74C1B7: hue angle of 172.21º 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 #74C1B7 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB116193183-
CMYK0.4000.050.24
HSL172.21º38.31%60.59%-
HSV(B)172.21º39.9%75.69%-
XYZ34.8245.2751.7-
YUV168.84135.9990.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.58%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=23.58%
G=39.23%
B=37.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161931830.4000.050.24172.2138.3160.59
Hex74C1B7280518ac263d
Octal1643012675005302544675
Binary1110100110000011011011110100001011100010101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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