#74C2BD

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

Shades of Monte Carlo #74C2BD

Tints of Monte Carlo #74C2BD

Color information

#74C2BD (or 0x74C2BD) is unknown color: approx Monte Carlo. HEX triplet: 74, C2 and BD. RGB value is (116,194,189). Sum of RGB (Red+Green+Blue) = 116+194+189=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2BD is #8B3D42. Grayscale: #AAAAAA. Windows color (decimal): -9125187 or 12436084. OLE color: 12436084.

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

Color convert

RGB116194189-
CMYK0.4000.030.24
HSL176.15º39%60.78%-
HSV(B)176.15º40.21%76.08%-
XYZ35.6845.9755.14-
YUV170.11138.6689.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.25%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=23.25%
G=38.88%
B=37.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941890.4000.030.24176.153960.78
Hex74C2BD280318b0273d
Octal1643022755003302604775
Binary111010011000010101111011010000111100010110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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