#74C3BB

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

Shades of Monte Carlo #74C3BB

Tints of Monte Carlo #74C3BB

Color information

#74C3BB (or 0x74C3BB) is unknown color: approx Monte Carlo. HEX triplet: 74, C3 and BB. RGB value is (116,195,187). Sum of RGB (Red+Green+Blue) = 116+195+187=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #74C3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C3BB is #8B3C44. Grayscale: #AAAAAA. Windows color (decimal): -9124933 or 12305268. OLE color: 12305268.

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

Color convert

RGB116195187-
CMYK0.4100.040.24
HSL173.92º39.7%60.98%-
HSV(B)173.92º40.51%76.47%-
XYZ35.6946.3354.08-
YUV170.47137.3389.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.29%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=23.29%
G=39.16%
B=37.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161951870.4100.040.24173.9239.760.98
Hex74C3BB290418ae283d
Octal1643032735104302565075
Binary1110100110000111011101110100101001100010101110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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