#71BEAC

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

Shades of Monte Carlo #71BEAC

Tints of Monte Carlo #71BEAC

Color information

#71BEAC (or 0x71BEAC) is unknown color: approx Monte Carlo. HEX triplet: 71, BE and AC. RGB value is (113,190,172). Sum of RGB (Red+Green+Blue) = 113+190+172=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEAC is #8E4153. Grayscale: #A4A4A4. Windows color (decimal): -9322836 or 11320945. OLE color: 11320945.

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

Color convert

RGB113190172-
CMYK0.4100.090.25
HSL165.97º37.2%59.41%-
HSV(B)165.97º40.53%74.51%-
XYZ32.6743.3245.67-
YUV164.92131.9990.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.79%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=23.79%
G=40%
B=36.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901720.4100.090.25165.9737.259.41
Hex71BEAC290919a6253b
Octal16127625451011312464573
Binary11100011011111010101100101001010011100110100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,172); }

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

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

 a { background-color: rgb(113,190,172); }

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

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

 span { border-color: rgb(113,190,172); }

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