#71C0B5

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

Shades of Monte Carlo #71C0B5

Tints of Monte Carlo #71C0B5

Color information

#71C0B5 (or 0x71C0B5) is unknown color: approx Monte Carlo. HEX triplet: 71, C0 and B5. RGB value is (113,192,181). Sum of RGB (Red+Green+Blue) = 113+192+181=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #71C0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C0B5 is #8E3F4A. Grayscale: #A7A7A7. Windows color (decimal): -9322315 or 11911281. OLE color: 11911281.

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

Color convert

RGB113192181-
CMYK0.4100.060.25
HSL171.65º38.54%59.8%-
HSV(B)171.65º41.15%75.29%-
XYZ3444.5550.52-
YUV167.12135.8389.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.25%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=23.25%
G=39.51%
B=37.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131921810.4100.060.25171.6538.5459.8
Hex71C0B5290619ac273c
Octal1613002655106312544774
Binary1110001110000001011010110100101101100110101100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71C0B5; }

 p { color: rgb(113,192,181); }

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

<style>
 a { background-color: #71C0B5; }

 a { background-color: rgb(113,192,181); }

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

<style>
 span { border-color: #71C0B5; }

 span { border-color: rgb(113,192,181); }

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