#74BFB5

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

Shades of Monte Carlo #74BFB5

Tints of Monte Carlo #74BFB5

Color information

#74BFB5 (or 0x74BFB5) is unknown color: approx Monte Carlo. HEX triplet: 74, BF and B5. RGB value is (116,191,181). Sum of RGB (Red+Green+Blue) = 116+191+181=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFB5 is #8B404A. Grayscale: #A7A7A7. Windows color (decimal): -9125963 or 11911028. OLE color: 11911028.

HSL color Cylindrical-coordinate representation of color #74BFB5: hue angle of 172º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BFB5 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB116191181-
CMYK0.3900.050.25
HSL172º36.95%60.2%-
HSV(B)172º39.27%74.9%-
XYZ34.1744.3150.47-
YUV167.44135.6591.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=23.77%
G=39.14%
B=37.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911810.3900.050.2517236.9560.2
Hex74BFB5270519ac253c
Octal1642772654705312544574
Binary1110100101111111011010110011101011100110101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,181); }

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

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

 a { background-color: rgb(116,191,181); }

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

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

 span { border-color: rgb(116,191,181); }

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