#74C2BB

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

Shades of Monte Carlo #74C2BB

Tints of Monte Carlo #74C2BB

Color information

#74C2BB (or 0x74C2BB) is unknown color: approx Monte Carlo. HEX triplet: 74, C2 and BB. RGB value is (116,194,187). Sum of RGB (Red+Green+Blue) = 116+194+187=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2BB is #8B3D44. Grayscale: #A9A9A9. Windows color (decimal): -9125189 or 12305012. OLE color: 12305012.

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

Color convert

RGB116194187-
CMYK0.4000.040.24
HSL174.62º39%60.78%-
HSV(B)174.62º40.21%76.08%-
XYZ35.4645.8854-
YUV169.88137.6689.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.34%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=23.34%
G=39.03%
B=37.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941870.4000.040.24174.623960.78
Hex74C2BB280418af273d
Octal1643022735004302574775
Binary1110100110000101011101110100001001100010101111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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