#71BFB7

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

Shades of Monte Carlo #71BFB7

Tints of Monte Carlo #71BFB7

Color information

#71BFB7 (or 0x71BFB7) is unknown color: approx Monte Carlo. HEX triplet: 71, BF and B7. RGB value is (113,191,183). Sum of RGB (Red+Green+Blue) = 113+191+183=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFB7 is #8E4048. Grayscale: #A6A6A6. Windows color (decimal): -9322569 or 12042097. OLE color: 12042097.

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

Color convert

RGB113191183-
CMYK0.4100.040.25
HSL173.85º37.86%59.61%-
HSV(B)173.85º40.84%74.9%-
XYZ33.9944.1951.54-
YUV166.77137.1689.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.20%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=23.20%
G=39.22%
B=37.58%

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
Decimal1131911830.4100.040.25173.8537.8659.61
Hex71BFB7290419ae263c
Octal1612772675104312564674
Binary1110001101111111011011110100101001100110101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,191,183); }

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

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

 a { background-color: rgb(113,191,183); }

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

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

 span { border-color: rgb(113,191,183); }

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