#71CDB3

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

Shades of Monte Carlo #71CDB3

Tints of Monte Carlo #71CDB3

Color information

#71CDB3 (or 0x71CDB3) is unknown color: approx Monte Carlo. HEX triplet: 71, CD and B3. RGB value is (113,205,179). Sum of RGB (Red+Green+Blue) = 113+205+179=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDB3 is #8E324C. Grayscale: #AEAEAE. Windows color (decimal): -9318989 or 11783537. OLE color: 11783537.

HSL color Cylindrical-coordinate representation of color #71CDB3: hue angle of 163.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDB3 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB113205179-
CMYK0.4500.130.20
HSL163.04º47.92%62.35%-
HSV(B)163.04º44.88%80.39%-
XYZ36.7850.4350.44-
YUV174.53130.5284.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.74%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=22.74%
G=41.25%
B=36.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132051790.4500.130.20163.0447.9262.35
Hex71CDB32D0D14a3303e
Octal16131526355015242436076
Binary11100011100110110110011101101011011010010100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,205,179); }

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

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

 a { background-color: rgb(113,205,179); }

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

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

 span { border-color: rgb(113,205,179); }

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