#74C9AE

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

Shades of Monte Carlo #74C9AE

Tints of Monte Carlo #74C9AE

Color information

#74C9AE (or 0x74C9AE) is unknown color: approx Monte Carlo. HEX triplet: 74, C9 and AE. RGB value is (116,201,174). Sum of RGB (Red+Green+Blue) = 116+201+174=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #74C9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C9AE is #8B3651. Grayscale: #ACACAC. Windows color (decimal): -9123410 or 11454836. OLE color: 11454836.

HSL color Cylindrical-coordinate representation of color #74C9AE: hue angle of 160.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C9AE is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB116201174-
CMYK0.4200.130.21
HSL160.94º44.04%62.16%-
HSV(B)160.94º42.29%78.82%-
XYZ35.7348.5447.53-
YUV172.51128.8487.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=23.63%
G=40.94%
B=35.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011740.4200.130.21160.9444.0462.16
Hex74C9AE2A0D15a12c3e
Octal16431125652015252415476
Binary11101001100100110101110101010011011010110100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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