#74C2BA

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

Shades of Monte Carlo #74C2BA

Tints of Monte Carlo #74C2BA

Color information

#74C2BA (or 0x74C2BA) is unknown color: approx Monte Carlo. HEX triplet: 74, C2 and BA. RGB value is (116,194,186). Sum of RGB (Red+Green+Blue) = 116+194+186=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2BA is #8B3D45. Grayscale: #A9A9A9. Windows color (decimal): -9125190 or 12239476. OLE color: 12239476.

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

Color convert

RGB116194186-
CMYK0.4000.040.24
HSL173.85º39%60.78%-
HSV(B)173.85º40.21%76.08%-
XYZ35.3645.8453.44-
YUV169.77137.1689.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=23.39%
G=39.11%
B=37.5%

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
Decimal1161941860.4000.040.24173.853960.78
Hex74C2BA280418ae273d
Octal1643022725004302564775
Binary1110100110000101011101010100001001100010101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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