#71C8B7

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

Shades of Monte Carlo #71C8B7

Tints of Monte Carlo #71C8B7

Color information

#71C8B7 (or 0x71C8B7) is unknown color: approx Monte Carlo. HEX triplet: 71, C8 and B7. RGB value is (113,200,183). Sum of RGB (Red+Green+Blue) = 113+200+183=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #71C8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8B7 is #8E3748. Grayscale: #ACACAC. Windows color (decimal): -9320265 or 12044401. OLE color: 12044401.

HSL color Cylindrical-coordinate representation of color #71C8B7: hue angle of 168.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C8B7 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB113200183-
CMYK0.4400.080.22
HSL168.28º44.16%61.37%-
HSV(B)168.28º43.5%78.43%-
XYZ36.0148.2452.21-
YUV172.05134.1885.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.78%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=22.78%
G=40.32%
B=36.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1132001830.4400.080.22168.2844.1661.37
Hex71C8B72C0816a82c3d
Octal16131026754010262505475
Binary11100011100100010110111101100010001011010101000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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