#74C5BB

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

Shades of Monte Carlo #74C5BB

Tints of Monte Carlo #74C5BB

Color information

#74C5BB (or 0x74C5BB) is unknown color: approx Monte Carlo. HEX triplet: 74, C5 and BB. RGB value is (116,197,187). Sum of RGB (Red+Green+Blue) = 116+197+187=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #74C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5BB is #8B3A44. Grayscale: #ABABAB. Windows color (decimal): -9124421 or 12305780. OLE color: 12305780.

HSL color Cylindrical-coordinate representation of color #74C5BB: hue angle of 172.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C5BB is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB116197187-
CMYK0.4100.050.23
HSL172.59º41.12%61.37%-
HSV(B)172.59º41.12%77.25%-
XYZ36.1447.2354.23-
YUV171.64136.6688.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.2%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=23.2%
G=39.4%
B=37.4%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1161971870.4100.050.23172.5941.1261.37
Hex74C5BB290517ad293d
Octal1643052735105272555175
Binary1110100110001011011101110100101011011110101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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