#71C0B9

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

Shades of Monte Carlo #71C0B9

Tints of Monte Carlo #71C0B9

Color information

#71C0B9 (or 0x71C0B9) is unknown color: approx Monte Carlo. HEX triplet: 71, C0 and B9. RGB value is (113,192,185). Sum of RGB (Red+Green+Blue) = 113+192+185=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #71C0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C0B9 is #8E3F46. Grayscale: #A7A7A7. Windows color (decimal): -9322311 or 12173425. OLE color: 12173425.

HSL color Cylindrical-coordinate representation of color #71C0B9: hue angle of 174.68º 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 #71C0B9 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB113192185-
CMYK0.4100.040.25
HSL174.68º38.54%59.8%-
HSV(B)174.68º41.15%75.29%-
XYZ34.4244.7152.72-
YUV167.58137.8389.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.06%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=23.06%
G=39.18%
B=37.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131921850.4100.040.25174.6838.5459.8
Hex71C0B9290419af273c
Octal1613002715104312574774
Binary1110001110000001011100110100101001100110101111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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