#74C1AF

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

Shades of Monte Carlo #74C1AF

Tints of Monte Carlo #74C1AF

Color information

#74C1AF (or 0x74C1AF) is unknown color: approx Monte Carlo. HEX triplet: 74, C1 and AF. RGB value is (116,193,175). Sum of RGB (Red+Green+Blue) = 116+193+175=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #74C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C1AF is #8B3E50. Grayscale: #A7A7A7. Windows color (decimal): -9125457 or 11518324. OLE color: 11518324.

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

Color convert

RGB116193175-
CMYK0.4000.090.24
HSL165.97º38.31%60.59%-
HSV(B)165.97º39.9%75.69%-
XYZ34.0144.9547.44-
YUV167.92131.9990.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.97%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=23.97%
G=39.88%
B=36.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161931750.4000.090.24165.9738.3160.59
Hex74C1AF280918a6263d
Octal16430125750011302464675
Binary11101001100000110101111101000010011100010100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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