#74C3B4

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

Shades of Monte Carlo #74C3B4

Tints of Monte Carlo #74C3B4

Color information

#74C3B4 (or 0x74C3B4) is unknown color: approx Monte Carlo. HEX triplet: 74, C3 and B4. RGB value is (116,195,180). Sum of RGB (Red+Green+Blue) = 116+195+180=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #74C3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C3B4 is #8B3C4B. Grayscale: #A9A9A9. Windows color (decimal): -9124940 or 11846516. OLE color: 11846516.

HSL color Cylindrical-coordinate representation of color #74C3B4: hue angle of 168.61º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C3B4 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB116195180-
CMYK0.4100.080.24
HSL168.61º39.7%60.98%-
HSV(B)168.61º40.51%76.47%-
XYZ34.9646.0450.22-
YUV169.67133.8389.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=23.63%
G=39.71%
B=36.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161951800.4100.080.24168.6139.760.98
Hex74C3B4290818a9283d
Octal16430326451010302515075
Binary11101001100001110110100101001010001100010101001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,180); }

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

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

 a { background-color: rgb(116,195,180); }

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

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

 span { border-color: rgb(116,195,180); }

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