#74C2AE

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

Shades of Monte Carlo #74C2AE

Tints of Monte Carlo #74C2AE

Color information

#74C2AE (or 0x74C2AE) is unknown color: approx Monte Carlo. HEX triplet: 74, C2 and AE. RGB value is (116,194,174). Sum of RGB (Red+Green+Blue) = 116+194+174=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C2AE is #8B3D51. Grayscale: #A8A8A8. Windows color (decimal): -9125202 or 11453044. OLE color: 11453044.

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

Color convert

RGB116194174-
CMYK0.4000.100.24
HSL164.62º39%60.78%-
HSV(B)164.62º40.21%76.08%-
XYZ34.1345.3547-
YUV168.4131.1690.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.97%
GREEN value IS 194 (76.17% from 255) = 40.08%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=23.97%
G=40.08%
B=35.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941740.4000.100.24164.623960.78
Hex74C2AE280A18a5273d
Octal16430225650012302454775
Binary11101001100001010101110101000010101100010100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,194,174); }

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

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

 a { background-color: rgb(116,194,174); }

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

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

 span { border-color: rgb(116,194,174); }

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