#71C3BA

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

Shades of Monte Carlo #71C3BA

Tints of Monte Carlo #71C3BA

Color information

#71C3BA (or 0x71C3BA) is unknown color: approx Monte Carlo. HEX triplet: 71, C3 and BA. RGB value is (113,195,186). Sum of RGB (Red+Green+Blue) = 113+195+186=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #71C3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C3BA is #8E3C45. Grayscale: #A9A9A9. Windows color (decimal): -9321542 or 12239729. OLE color: 12239729.

HSL color Cylindrical-coordinate representation of color #71C3BA: hue angle of 173.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C3BA is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB113195186-
CMYK0.4200.050.24
HSL173.41º40.59%60.39%-
HSV(B)173.41º42.05%76.47%-
XYZ35.1946.0953.5-
YUV169.46137.3387.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.87%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=22.87%
G=39.47%
B=37.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131951860.4200.050.24173.4140.5960.39
Hex71C3BA2A0518ad293c
Octal1613032725205302555174
Binary1110001110000111011101010101001011100010101101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,186); }

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

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

 a { background-color: rgb(113,195,186); }

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

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

 span { border-color: rgb(113,195,186); }

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