#74C8AC

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

Shades of Monte Carlo #74C8AC

Tints of Monte Carlo #74C8AC

Color information

#74C8AC (or 0x74C8AC) is unknown color: approx Monte Carlo. HEX triplet: 74, C8 and AC. RGB value is (116,200,172). Sum of RGB (Red+Green+Blue) = 116+200+172=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #74C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C8AC is #8B3753. Grayscale: #ABABAB. Windows color (decimal): -9123668 or 11323508. OLE color: 11323508.

HSL color Cylindrical-coordinate representation of color #74C8AC: hue angle of 160º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C8AC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB116200172-
CMYK0.4200.140.22
HSL160º43.3%61.96%-
HSV(B)160º42%78.43%-
XYZ35.34846.43-
YUV171.69128.1788.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=23.77%
G=40.98%
B=35.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001720.4200.140.2216043.361.96
Hex74C8AC2A0E16a02b3e
Octal16431025452016262405376
Binary11101001100100010101100101010011101011010100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,172); }

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

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

 a { background-color: rgb(116,200,172); }

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

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

 span { border-color: rgb(116,200,172); }

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