#74BFB3

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

Shades of Monte Carlo #74BFB3

Tints of Monte Carlo #74BFB3

Color information

#74BFB3 (or 0x74BFB3) is unknown color: approx Monte Carlo. HEX triplet: 74, BF and B3. RGB value is (116,191,179). Sum of RGB (Red+Green+Blue) = 116+191+179=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFB3 is #8B404C. Grayscale: #A7A7A7. Windows color (decimal): -9125965 or 11779956. OLE color: 11779956.

HSL color Cylindrical-coordinate representation of color #74BFB3: hue angle of 170.4º 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 #74BFB3 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB116191179-
CMYK0.3900.060.25
HSL170.4º36.95%60.2%-
HSV(B)170.4º39.27%74.9%-
XYZ33.9744.2349.39-
YUV167.21134.6591.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=23.87%
G=39.30%
B=36.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911790.3900.060.25170.436.9560.2
Hex74BFB3270619aa253c
Octal1642772634706312524574
Binary1110100101111111011001110011101101100110101010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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